pub fn abort<E>(cause: E) -> Abort<E>where E: Into<Error> + Send,
Create a task which will immediately abort the computation with an error value of E.
E