pub fn ready<T: Send>(val: T) -> Ready<T>
Create a task which will immediately return a value of T.
T