Function futures::future::ready[][src]

pub fn ready<T>(t: T) -> Ready<T>

Create a future that is immediately ready with a value.