Function leak_playground_tokio::task::erased_send_future

source ยท
unsafe fn erased_send_future<F>(
    f: F,
) -> impl Future<Output = Payload> + Send + 'static
where F: Future + Send,