[][src]Function telegrambot::spawn

pub fn spawn<F>(fut: F) where
    F: Future<Item = (), Error = ()> + 'static + Send