Crate fast_able

Crate fast_able 

Source

Re-exports§

pub use map_hash::SyncHashMap;
pub use map_btree::SyncBtreeMap;
pub use vec::SyncVec;
pub use wg::WaitGroup;

Modules§

cache
cache_queue
缓存队列
defer
elapsed_time
error
fast_thread_pool
fasttime
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
sync_vec