|
|
|
@ -124,6 +124,9 @@ cfg_std! {
|
|
|
|
|
|
|
|
|
|
#[doc(inline)]
|
|
|
|
|
pub use async_macros::ready;
|
|
|
|
|
|
|
|
|
|
pub use yield_now::yield_now;
|
|
|
|
|
mod yield_now;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cfg_default! {
|
|
|
|
@ -157,8 +160,3 @@ cfg_default! {
|
|
|
|
|
#[cfg(not(any(feature = "unstable", test)))]
|
|
|
|
|
pub(crate) use spawn_blocking::spawn_blocking;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cfg_unstable! {
|
|
|
|
|
pub use yield_now::yield_now;
|
|
|
|
|
mod yield_now;
|
|
|
|
|
}
|
|
|
|
|