Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs295 pub(crate) struct AsyncPoolSpawner { struct
301 impl Drop for AsyncPoolSpawner { implementation
351 impl AsyncPoolSpawner { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs73 runtime: &AsyncPoolSpawner, in recur()
125 runtime: &AsyncPoolSpawner, in spawn_task()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dmod.rs133 ) -> io::Result<AsyncPoolSpawner> { in initialize_async_spawner()