pub async fn with_active_event_uuid<T>( uuid: Uuid, future: impl Future<Output = T>, ) -> T
Run a future with uuid as the causally active managed event.
uuid