You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println!("[SPAN STACK] Entered has current dispatch={}, tid={:?}, pid={:?}",default.is_some(), std::thread::current().id(), std::process::id());
825
-
default.get_or_insert_with(|| {
826
-
println!("[SPAN STACK] Entered current is none, tid={:?}, pid={:?}", std::thread::current().id(), std::process::id());
827
-
get_global().cloned().unwrap_or_else(|| {
828
-
println!("[SPAN STACK] Entered current was none, global was none, using none-dispatcher tid={:?}, pid={:?}", std::thread::current().id(), std::process::id());
0 commit comments