Bathtor / rust-hash-wheel-timer
A simple hash wheel timer supporting both periodic and one-off events
☆26Updated 6 months ago
Alternatives and similar repositories for rust-hash-wheel-timer:
Users that are interested in rust-hash-wheel-timer are comparing it to the libraries listed below
- Simple channel-like APIs over TCP streams for communications between rust services.☆37Updated 10 months ago
- Object Pool LockFree in Rust☆46Updated 3 months ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 weeks ago
- ☆113Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 7 months ago
- ☆75Updated 11 months ago
- An async RPC in rust-lang that mimics golang's net/rpc☆30Updated last year
- Typed any map for rust☆66Updated 4 months ago
- Runtime-agnostic actor library☆77Updated last year
- Port of bbolt in Rust☆65Updated 6 months ago
- A global executor built on top of async-executor and smol