Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-appender/src/
Dworker.rs70 pub(crate) fn worker_thread(mut self) -> std::thread::JoinHandle<()> { in worker_thread()
Dnon_blocking.rs260 fn new(handle: JoinHandle<()>, sender: Sender<Msg>, shutdown: Sender<()>) -> Self { in new()
/third_party/rust/crates/io-lifetimes/src/
Dimpls_std.rs869 impl<T> AsHandle for std::thread::JoinHandle<T> { implementation
877 impl<T> IntoHandle for std::thread::JoinHandle<T> { implementation