async-rt

Crates.ioasync-rt
lib.rsasync-rt
version0.1.8
created_at2024-12-28 19:48:21.468027+00
updated_at2025-06-04 00:51:46.794775+00
descriptionA small library designed to utilize async executors through an common API while extending features.
homepage
repositoryhttps://github.com/dariusc93/async-rt
max_upload_size
id1497720
size71,043
Darius Clark (dariusc93)

documentation

README

async-rt

Overview

async-rt is a small library designed to utilize async executors (i.e Tokio) through a common API while extending functionality for abortable task, tasks that receive messages and being able to switch between two async runtimes at compile time if specific conditions are met (i.e tokio if the feature is enabled and its a non-wasm32 arch, while wasm32-bindgen-futures is used if the arch is wasm32).

MSRV

The minimum supported rust version is 1.83, which can be changed in the future. There is no guarantee that this library will work on older versions of rust.

License

This crate is licensed under either Apache 2.0 or MIT.

Commit count: 47

cargo fmt