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