Expand description
Injectable local async/time driver boundary (D111).
The wave core stays synchronous: driver callbacks re-enter through
DeferredCtx, and Dispatcher::invoke remains sync void. Tokio, when enabled,
is only an adapter behind this trait.
Structs§
- Tokio
Local Driver TokioLocalDriverdata container.
Traits§
- Local
Async Driver - Local, single-thread async/time driver.
Type Aliases§
- Driver
Cancel - Cancels driver-owned work. Dropping it intentionally does nothing; sources
register it with
ctx.on_deactivationso teardown is explicit.