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