feature-extension-for-async-std 0.2.2

Feature extension for async-std
Documentation
1
2
3
4
5
6
7
8
9
pub use ::async_std::*;

#[cfg(feature = "time")]
pub use async_io::Timer;

#[cfg(feature = "channel")]
pub mod channel {
  pub use futures_channel::*;
}