pub trait ChildExt: Sealed {
fn main_thread_handle(&self) -> BorrowedHandle<'_>;
}
Available on Windows only.
Required Methods
fn main_thread_handle(&self) -> BorrowedHandle<'_>
fn main_thread_handle(&self) -> BorrowedHandle<'_>
Extracts the main thread raw handle, without taking ownership