corona 0.4.3

Coroutine and Async/Await support for tokio-based futures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
extern crate corona;
extern crate futures;
extern crate tokio;
#[macro_use]
extern crate version_sync;

mod bugreports;
mod early_cleanup;
#[cfg(feature = "blocking-wrappers")]
mod io_blocking;
mod prelude_api;
mod reentrant_wait;
mod version;