Crate asynchron[][src]

Structs

Futurize task asynchronously.

Simple helper thread safe state management (using Arc<(Mutex, Condvar)> under the hood).

Enums

Result for returned Futurize values where T: Completed, E: Error.