futures::future
pub fn ready<T>(t: T) -> Ready<T>
Create a future that is immediately ready with a value.