moduvex-runtime 0.1.0

Custom async runtime for the Moduvex framework — epoll/kqueue/IOCP, hybrid threading
Documentation
  • Coverage
  • 100%
    147 out of 147 items documented8 out of 108 items with examples
  • Size
  • Source code size: 242.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tranhoangtu-it

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