module

Tracing::Concurrency

Fiber span propagation.

Ported from upstream tracing-futures::Instrument trait.

Class methods

spawn(name : String | Nil = nil, level = Tracing::Level::INFO, **span_fields, &block : -> T) : Channel(T) forall T
Source
spawn_with_span(span : Span, &block : -> T) : Channel(T) forall T
Source
with_subscriber(subscriber : Core::Subscriber, &block : -> T) : Channel(T) forall T
Source

Nested types