Skip to main content

erased_send_future

Function erased_send_future 

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