carllerche / futures-broadcast
Futures aware pub/sub channel
☆14Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for futures-broadcast
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 6 years ago
- An implementation of thread pools which can be used with Rust futures☆11Updated 7 years ago
- Blazing fast, zero-copy parser combinator library for Rust with an elegant API for both strings and bytes.☆21Updated 3 years ago
- ☆16Updated 7 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 8 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆38Updated last year
- A library that allows to listen network sockets with proper resource limits and error handling☆30Updated 5 years ago
- More maintainable Rust test☆28Updated 3 years ago
- ☆20Updated 4 years ago
- Abstract name service traits for rust☆19Updated 6 years ago
- High-level gui api for rust (early alpha)☆13Updated 7 years ago
- A service implemented by a closure☆11Updated 7 years ago
- Migration tool for replacing await! macro with await syntax.☆41Updated 3 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 5 years ago
- Convert `try!()` into `?`s☆33Updated 7 years ago
- Work-stealing thread pool for executiong futures☆42Updated 7 years ago
- A connection pool implementation for tokio☆23Updated 6 years ago
- A simple macro library for creating phantom enums. Just simple sugar.☆14Updated 8 years ago
- asynchronous I/O in Rust