async-recorder

Crates.ioasync-recorder
lib.rsasync-recorder
version0.3.1
sourcesrc
created_at2023-04-27 05:57:14.704297
updated_at2023-05-04 12:54:06.560808
descriptionStore records without waiting for your persistence backend
homepage
repository
max_upload_size
id850071
size17,434
Markus Klein (pacman82)

documentation

README

Async Recorder

Docs Licence Crates.io

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.

Commit count: 0

cargo fmt