pub fn message<X: Send + 'static + Into<Y>, Y: 'static>(message: X) -> Task<Y>
Yields a task which will return a message.