Registry / async / hala-future

hala-future

JSON →
library0.1.6rscratesunverified

Provides asynchronous programming primitive types for the Hala ecosystem.

# Cargo.toml [dependencies] hala-future = "0.1.6"
INSTALL
IMPORT
SIG · HALA-FUTURE
H
hala-future
asyncrustv0.1.6
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.

Future
use hala_future::Future;

Basic usage of hala_future's Future type.

use hala_future::Future; async fn example() { let future = async { 42 }; let result = future.await; println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
hala-future — cargo add hala-future · libregistry