Function sqlx_core::rt::spawn

source ·
pub fn spawn<F>(fut: F) -> JoinHandle<F::Output> where
    F: Future + Send + 'static,
    F::Output: Send + 'static,