Registry / async / futures-executor

futures-executor

JSON →
library0.3.32rscratesunverified

Provides executors for running asynchronous tasks based on the futures-rs library.

# Cargo.toml [dependencies] futures-executor = "0.3.32"
INSTALL
IMPORT
SIG · FUTURES-EXECUTOR
F
futures-executor
asyncrustv0.3.32
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

block_on
✓ use futures::executor::block_on;

Runs an async function synchronously using block_on.

use futures::executor::block_on; async fn hello() -> String { "Hello, world!".to_string() } fn main() { let result = block_on(hello()); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.32latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
25
OpenAI (training)
1
Resources
futures-executor — cargo add futures-executor · libregistry