Files
zed/thoughts
Nathan Sobo 633345d04b docs: unified scheduler architecture design
- Define single Scheduler trait with low-level primitives and extension methods
- Centralize Task<T> and TaskId in scheduler crate
- Enable Send/non-Send future scheduling with main-thread safety
- Provide delayed scheduling via schedule_at for timer functionality
- Maintain GPUI/Cloud compatibility while unifying platform backends
- Establish foundation for deterministic testing and observability
2025-08-31 16:53:49 -06:00
..