Home
last modified time | relevance | path

Searched refs:create_async_thread_pool (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs431 spawner.create_async_thread_pool(driver)?; in new()
435 fn create_async_thread_pool(&self, driver: Arc<Mutex<Driver>>) -> io::Result<()> { in create_async_thread_pool() method