DistAPIBase
- class atqo.DistAPIBase
Bases:
ABCAttributes Summary
Methods Summary
get_future(actor, next_task)get_running_actor(actor_creator)join()wait on all running tasks
kill(actor)Attributes Documentation
- exception
Methods Documentation
- static get_future(actor: ActorBase, next_task: SchedulerTask) Future
- join()
wait on all running tasks
- static parse_exception(e)