File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ All of the following primitives are provided in both sync and unsync versions:
1515- BiLock
1616- Flag (specialized ` AtomicBool ` )
1717- Event (` event-listener ` and ` local-event ` )
18+ - Async Flag
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pub mod sync {
6666
6767 #[ doc( inline) ]
6868 #[ cfg( feature = "async_flag" ) ]
69- pub use crate :: async_flag:: sync as notify ;
69+ pub use crate :: async_flag:: sync as async_flag ;
7070 #[ doc( inline) ]
7171 #[ cfg( feature = "bilock" ) ]
7272 pub use crate :: bilock:: sync as bilock;
@@ -95,7 +95,7 @@ pub mod unsync {
9595
9696 #[ doc( inline) ]
9797 #[ cfg( feature = "async_flag" ) ]
98- pub use crate :: async_flag:: unsync as notify ;
98+ pub use crate :: async_flag:: unsync as async_flag ;
9999 #[ doc( inline) ]
100100 #[ cfg( feature = "bilock" ) ]
101101 pub use crate :: bilock:: unsync as bilock;
You can’t perform that action at this time.
0 commit comments