5 unstable releases
0.3.1 | May 4, 2023 |
---|---|
0.3.0 | Apr 30, 2023 |
0.2.0 | Apr 28, 2023 |
0.1.2 | Apr 28, 2023 |
0.1.1 | Apr 27, 2023 |
#755 in Asynchronous
426 downloads per month
12KB
147 lines
Async Recorder
Store records without waiting for your persistence backend. Load records without blocking writes.
A Rust crate for asynchronously recording events (or any other thing) with your persistence backend in a "fire and forget" manner. This crate uses the tokio
runtime for spawning and joining green threads. As such it does not work with other asynchronous runtimes, such as async-std
.
Dependencies
~2.3–8MB
~64K SLoC