Function kioto_uring_executor::unsafe_spawn
source · pub unsafe fn unsafe_spawn<F: Future<Output = ()> + 'static>(task: F)Expand description
§Safety
Make sure task is Send before polled for the first time (Can be not Send afterwards)
pub unsafe fn unsafe_spawn<F: Future<Output = ()> + 'static>(task: F)Make sure task is Send before polled for the first time (Can be not Send afterwards)