Registry / async / manual-future

manual-future

JSON →
library0.1.4rscratesunverified

A future that must be manually completed, similar to Java's CompletableFuture.

# Cargo.toml [dependencies] manual_future = "0.1.4"
INSTALL
IMPORT
SIG · MANUAL-FUTURE
M
manual-future
asyncrustv0.1.4
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.

ManualFuture
use manual_future::ManualFuture;

Creates a new ManualFuture that can be completed manually.

use manual_future::ManualFuture; fn main() { let future = ManualFuture::new(); println!("ManualFuture created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources
manual-future — cargo add manual-future · libregistry