moduvex-runtime — Custom async runtime for the Moduvex framework.
Provides a cross-platform async runtime with:
- Platform-native I/O (epoll, kqueue, IOCP)
- Hybrid threading (thread-per-core default, opt-in work-stealing)
- Hierarchical timer wheel
- Async networking (TCP/UDP)
- Synchronization primitives (mpsc, oneshot, mutex)
- Signal handling
- Task-local storage