Oi. Executor behaviour
(oi v0.1.0)
Copy Markdown
Pluggable task execution strategy for stage fan-out.
Each implementation controls how tasks within a single stage are
dispatched and collected. The Dispatcher calls run/3 once per stage.
Built-in implementations
Oi.Executor.Sync— serialEnum.map, zero processesOi.Executor.TaskSup—Task.Supervisor.async_stream_nolinkOi.Executor.Pool—NimblePoolcheckout (GPU-intensive tasks)