We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832ba76 commit 8772411Copy full SHA for 8772411
datafusion/common-runtime/src/lib.rs
@@ -30,4 +30,6 @@ mod trace_utils;
30
31
pub use common::SpawnedTask;
32
pub use join_set::JoinSet;
33
-pub use trace_utils::{set_join_set_tracer, JoinSetTracer, JoinSetTracerError};
+pub use trace_utils::{
34
+ set_join_set_tracer, trace_block, trace_future, JoinSetTracer, JoinSetTracerError,
35
+};
0 commit comments