Module multithreading

Module multithreading 

Source
Expand description

多线程处理模块

提供多线程并行数据生成的支持,提升数据生成的速度和效率

Re-exports§

pub use thread_pool::*;
pub use safety::*;

Modules§

safety
线程安全机制模块
thread_pool
线程池管理模块

Structs§

ParallelGenerator
并行数据生成器