ewoksxrpd.tasks.worker.WorkerPool#

class ewoksxrpd.tasks.worker.WorkerPool(nworkers=1)[source]#

Bases: object

Pool with one worker per configuration up to a maximum number of workers.

Parameters:

nworkers (int)

property nworkers#
worker(ewoks_pyfai_options, demo=False)[source]#
Parameters:
  • ewoks_pyfai_options (Mapping)

  • demo (bool)

Return type:

Iterable[Worker]