Skip to main content

instrument_future

Function instrument_future 

Source
pub fn instrument_future<F>(
    name: impl Into<String>,
    fut: F,
    on: Option<EntityRef>,
    _meta: Option<Value>,
) -> InstrumentedFuture<F::IntoFuture> 
where F: IntoFuture,