SpawnMode

Configure how an actor, when spawned, will be executed.

Values

ValueMeaning
pool

the spawned actor is executed in the worker pool

detached

executing in its own thread

Meta