task

task

Direct-style concurrency (ADR 0067): every operation checks its source, acts when ready, and waits when not. Core's blocking fallback waits the worker; a cooperative scheduler binds the resumption and waits only the task. Channel endpoint lifecycle and the runtime's queue, registration, wake, and deadline layers remain unchanged.