[][src]Function lelet::spawn

pub fn spawn<F: Future<Output = ()> + Send + 'static>(f: F)

Run the task.

It's okay to do blocking operation in the task, the executor will detect this and scale the pool.