Static
WORKER_Supported worker task actions
Create a new named Worker.
The named Worker to create
Optional
config: object = {}Worker configuration parameters passed to the AsyncWorker constructor
The created AsyncWorker which is ready to accept tasks
A client-side class responsible for managing a set of web workers. This interface is accessed as a singleton instance via game.workers.
See
Game#workers