forked from mirror/async-std
fix
This commit is contained in:
parent
322911142c
commit
11ee2a8985
1 changed files with 5 additions and 2 deletions
|
@ -192,5 +192,8 @@ cfg_unstable! {
|
|||
|
||||
pub(crate) mod waker_set;
|
||||
pub(crate) use waker_set::WakerSet;
|
||||
pub(crate) mod spin_lock;
|
||||
pub(crate) use spin_lock::Spinlock;
|
||||
|
||||
cfg_default! {
|
||||
pub(crate) mod spin_lock;
|
||||
pub(crate) use spin_lock::Spinlock;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue