pub fn task_local_default_stream() -> Option<Stream>
Expand description
Gets the task local default stream.
This is NOT intended to be used directly in most cases. Instead, use the
with_default_stream
function to temporarily set a default stream for a closure.