Home
last modified time | relevance | path

Searched defs:BlockPoolSpawner (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblocking_pool.rs32 pub(crate) struct BlockPoolSpawner { struct
36 impl Drop for BlockPoolSpawner { argument
42 impl BlockPoolSpawner { impl
43 pub fn new(builder: &CommonBuilder) -> BlockPoolSpawner { in new()
169 impl BlockPoolSpawner { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dmod.rs147 ) -> Result<BlockPoolSpawner, ScheduleError> { in initialize_blocking_spawner()