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