Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs33 pub(crate) struct BlockPoolSpawner { struct
37 impl Drop for BlockPoolSpawner { implementation
43 impl BlockPoolSpawner { implementation
44 pub fn new(builder: &CommonBuilder) -> BlockPoolSpawner { in new()
169 impl BlockPoolSpawner { implementation