Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dcurrent_thread.rs494 let join_handle = spawner.spawn(ylong_tcp_server(tx)); in ut_current_thread_io() localVariable
501 let join_handle = spawner.spawn(ylong_tcp_client(rx)); in ut_current_thread_io() localVariable
Dblocking_pool.rs180 let join_handle = builder.spawn(move || inner.run(worker_id)); in create_permanent_threads() localVariable
240 let join_handle = builder.spawn(move || inner.run(worker_id)); in spawn() localVariable
Dasync_pool.rs101 let join_handle = self.handles.read().unwrap(); in wake_up_all() localVariable
586 let mut join_handle = self.exe_mng_info.handles.write().unwrap(); in release() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs205 let join_handle = JoinHandle::new(raw_task); in spawn_task_ffrt() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs17 pub mod join_handle; module