Expand description
Built-in ScheduleFlush implementations.
Before this module existed, every application had to implement
ScheduleFlush by hand (~15 lines of boilerplate). Now you can
pick DeferredScheduler for production (buffered, needs a drain
loop) or use [auralis_devtools::init] for zero-setup diagnostics.
Structsยง
- Deferred
Scheduler - A
ScheduleFlushthat buffers callbacks and drains them whendrainis called.