pub fn future<F>(future: F) -> TaskFuture<F::Future>where F: IntoFuture, F::Future: Send,
Create a task from a Future.
Future