20 stable releases

1.13.1 Sep 7, 2024
1.13.0 Jul 16, 2024
1.12.0 May 25, 2024
1.9.1 Mar 30, 2024
0.1.0 Jul 1, 2019

#483 in Asynchronous

Download history 484776/week @ 2024-10-15 490464/week @ 2024-10-22 461650/week @ 2024-10-29 605500/week @ 2024-11-05 615067/week @ 2024-11-12 601995/week @ 2024-11-19 501140/week @ 2024-11-26 584066/week @ 2024-12-03 661245/week @ 2024-12-10 557207/week @ 2024-12-17 279256/week @ 2024-12-24 384035/week @ 2024-12-31 626572/week @ 2025-01-07 634022/week @ 2025-01-14 618979/week @ 2025-01-21 517612/week @ 2025-01-28

2,490,854 downloads per month
Used in 4,861 crates (95 directly)

Apache-2.0 OR MIT

57KB
729 lines

async-executor

Build License Cargo Documentation

Async executors.

This crate provides two reference executors that trade performance for functionality. They should be considered reference executors that are "good enough" for most use cases. For more specialized use cases, consider writing your own executor on top of async-task.

Examples

use async_executor::Executor;
use futures_lite::future;

// Create a new executor.
let ex = Executor::new();

// Spawn a task.
let task = ex.spawn(async {
    println!("Hello world");
});

// Run the executor until the task completes.
future::block_on(ex.run(task));

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~620KB

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy