Module opentelemetry::sdk::runtime
source · [−]Expand description
Structs
AsyncStd
rt-async-std
Runtime implementation, which works with async-std.
Tokio
rt-tokio
Runtime implementation, which works with Tokio’s multi thread runtime.
TokioCurrentThread
rt-tokio-current-thread
Runtime implementation, which works with Tokio’s current thread runtime.