LocalThreadsScheduler#
- class gordias.dask_setup.LocalThreadsScheduler(**kwargs: Any)#
Scheduler using dask without distributed.
Generally not useful due to the extensive use of
distributed.Clientin the program. May occasionally be used for debugging.- client#
A client that is set to None
- Type:
None
Methods