11 releases

new 0.0.11 Dec 15, 2024
0.0.10 Dec 9, 2024
0.0.9 Nov 5, 2024
0.0.8 Oct 31, 2024
0.0.5 Sep 24, 2024

#459 in Concurrency

Download history 285/week @ 2024-09-15 505/week @ 2024-09-22 33/week @ 2024-09-29 341/week @ 2024-10-06 64/week @ 2024-10-13 7/week @ 2024-10-20 127/week @ 2024-10-27 167/week @ 2024-11-03 17/week @ 2024-11-10 13/week @ 2024-11-17 14/week @ 2024-11-24 8/week @ 2024-12-01 180/week @ 2024-12-08

215 downloads per month
Used in 7 crates

MIT/Apache

140KB
3K SLoC

commonware-runtime

Crates.io Docs.rs

Execute asynchronous tasks with a configurable scheduler.

Status

commonware-runtime is ALPHA software and is not yet recommended for production use. Developers should expect breaking changes and occasional instability.


lib.rs:

Execute asynchronous tasks with a configurable scheduler.

This crate provides a collection of runtimes that can be used to execute asynchronous tasks in a variety of ways. For production use, the tokio module provides a runtime backed by Tokio. For testing and simulation, the deterministic module provides a runtime that allows for deterministic execution of tasks (given a fixed seed).

Status

commonware-runtime is ALPHA software and is not yet recommended for production use. Developers should expect breaking changes and occasional instability.

Dependencies

~8–17MB
~208K SLoC