Function microasync_rt::get_current_runtime
source · pub async fn get_current_runtime<'a>(
) -> impl Future<Output = RuntimeWrapper<'a>>Expand description
This gets the currently running runtime. PANICS IF IT IS CALLED FROM OUTSIDE THE RUNTIME.