Crates.io | product-os-async-executor |
lib.rs | product-os-async-executor |
version | 0.0.16 |
source | src |
created_at | 2023-12-03 07:30:11.297248 |
updated_at | 2024-06-17 22:40:12.73069 |
description | Product OS : Async Executor provides a set of tools to handle async execution generically so that the desired async library (e.g. tokio, smol) to be used can be chosen at compile time. |
homepage | |
repository | |
max_upload_size | |
id | 1056758 |
size | 52,182 |
Product OS : Async Executor provides a set of tools to handle async execution generically so that the desired async library (e.g. tokio, smol) to be used can be chosen at compile time.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Async Executor.
cargo add product-os-async-executor
or add Product OS : Async Executor to your cargo.toml [packages]
section.
product-os-async-executor = { version = "0.0.16", features = [], default-features = true, optional = false }
Product OS Async Executor supports a number of features leveraging existing Rust libraries to help manage an executor generically including:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.