# `Runic.Runner.Executor.Task`
[🔗](https://github.com/zblanco/runic/blob/main/lib/runic/runner/executor/task.ex#L1)

Default executor using `Task.Supervisor.async_nolink`.

This is the zero-overhead default. The Worker's dispatch loop
delegates to this executor when no custom executor is configured.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
