Skip to main content

instrument_future_with_handle

Function instrument_future_with_handle 

Source
pub fn instrument_future_with_handle<F>(
    handle: EntityHandle<FutureEntity>,
    fut: F,
    on: Option<EntityRef>,
    _meta: Option<Value>,
) -> InstrumentedFuture<F::IntoFuture> 
where F: IntoFuture,