cfsamson / examples-futuresLinks
Small examples to explain Futures, Waker, Tasks in Rust
☆63Updated 5 years ago
Alternatives and similar repositories for examples-futures
Users that are interested in examples-futures are comparing it to the libraries listed below
Sorting:
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆80Updated 5 years ago
- A small async runtime for Rust☆61Updated last year
- rust stackful generator library☆353Updated 2 months ago
- Skiplist implementation in rust☆105Updated this week
- Performant time measuring in Rust☆199Updated last year
- A fast and flexible LRU map.☆198Updated 11 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated 2 weeks ago
- Internal details of Tokio from code to designs☆137Updated 4 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 4 years ago
- Async stream for Rust and the futures crate.☆189Updated last month
- Per-object thread-local storage for Rust☆360Updated 2 months ago
- ☆205Updated last year
- Asynchronous access to a bincode-encoded item stream.☆78Updated 8 months ago
- Slides and artifacts for talks☆59Updated last year
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Hazard pointers in Rust.☆212Updated last month
- ☆204Updated 8 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- Define your own PhantomData☆158Updated 2 weeks ago
- Tokio asynchronous I/O examples☆52Updated 7 years ago
- The cost of Rust async/await☆132Updated 3 years ago
- Async synchronization primitives☆276Updated 3 months ago
- Rust crate for managing CPU core affinities☆210Updated 9 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Fail points for rust☆351Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆296Updated this week
- A simple, fast, LRU cache implementation.☆212Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 5 months ago
- A minimalistic async/await executor for Rust☆234Updated last year