[−][src]Struct opentelemetry::sdk::trace::span_processor::BatchSpanProcessorWorker
A worker process that batches and processes spans as they are reported.
This process is implemented as a [Future
] that returns when the accompanying
[BatchSpanProcessor
] is shut down, and allows systems like [tokio
] and [async-std
] to
process the work in the background without requiring dedicated system threads.
Trait Implementations
impl Future for BatchSpanProcessorWorker
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for BatchSpanProcessorWorker
impl Send for BatchSpanProcessorWorker
impl !Sync for BatchSpanProcessorWorker
impl Unpin for BatchSpanProcessorWorker
impl !UnwindSafe for BatchSpanProcessorWorker
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> FutureExt for T
[src][+]
impl<T> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,