A type that represents an asyncronous operation that can fail. Analogous to a Promise. Since this is based on interlude.reactive.Task, it has the same resolution requirements.

Alias

alias for Task<Outcome<A>>