Ask a question to get started
Enter to send•Shift+Enter new line
submit( self, func: Callable[P, T], *args: P.args
func
Callable[..., T]
*args
Any
()
**kwargs
{}
Submit a function to the executor.
The function to submit.
The positional arguments to the function.
The keyword arguments to the function.