Crates.io | async-recorder |
lib.rs | async-recorder |
version | 0.3.1 |
source | src |
created_at | 2023-04-27 05:57:14.704297 |
updated_at | 2023-05-04 12:54:06.560808 |
description | Store records without waiting for your persistence backend |
homepage | |
repository | |
max_upload_size | |
id | 850071 |
size | 17,434 |
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
.