Executor#
- class GraderExecutor(**kwargs: Any)[source]#
-
- get_event_loop#
A trait which is callable.
Notes
Classes are callable, as are instances with a __call__() method.
- n_concurrent_tasks#
An int trait.
- resubmit_cancelled_tasks#
A boolean (True, False) trait.
- async stop(timeout=5)[source]#
Wait for tasks to finish within the timout and cancel remaining tasks.
- Parameters
timeout – Timeout in seconds.