tower120 / rc_event_queue
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
☆21Updated 5 months ago
Alternatives and similar repositories for rc_event_queue:
Users that are interested in rc_event_queue are comparing it to the libraries listed below
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 5 years ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Asynchronous signal handling☆16Updated 2 weeks ago
- Proving ground for changes to attohttpc☆12Updated 4 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line