desync 0.9.0

A hassle-free data type for asynchronous programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod timeout;

mod sync;
mod asynchronous;
mod future_desync;
mod future_sync;
mod suspend;
mod thread_management;

extern crate desync;
extern crate futures;