Re-exports§
pub use map_hash::SyncHashMap;pub use map_btree::SyncBtreeMap;pub use vec::SyncVec;pub use wg::WaitGroup;
Modules§
- cache
- cache_
queue - Cache queue 缓存队列
- defer
- elapsed_
time - error
- fast_
thread_ pool - fasttime
- guard_
common - Common guard types for synchronized collections 同步集合的通用守护类型 Common guard types for synchronized collections 同步集合的通用守护类型
- high_
speed_ cache - map_
btree - map_
hash - num_log
- static_
type - static_
type_ std - statis
- stock_
pool - thread_
channel - unsafe_
cell_ type - vec
- wg
Macros§
- defer
- Defers evaluation of a block of code until the end of the scope. Sort of LIFO(last-in, first-out queue) If you encounter references to resources that cannot mut more than 2 times, try nesting RefCell and then use.borrow() and.borrow_mut().
- err
- dark_std::errors::Error macro for creating error 创建错误的宏
- sync_
vec