pub fn thread_os_extension(
thread: &ThreadHandle,
) -> Result<Option<ThreadOsExtensionBorrow<'_>>, TaskError>Expand description
Borrows the OS extension composed inside a runtime-owned thread record.
pub fn thread_os_extension(
thread: &ThreadHandle,
) -> Result<Option<ThreadOsExtensionBorrow<'_>>, TaskError>Borrows the OS extension composed inside a runtime-owned thread record.