Skip to main content

thread_local_default_stream

Function thread_local_default_stream 

Source
pub fn thread_local_default_stream() -> Option<Stream>
Expand description

Gets the thread-local scoped default stream.

The value does not propagate across asynchronous task suspension or between operating-system threads.