-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Maybe I'm completely confused about the way this works, but shouldn't a failureClosure
return Void
? Currently, it's trying to return the Value
type.
The README
shows failure returning Void
, which makes sense. Why is the failureClosure
returning the value? If the task has failed, shouldn't there be no value?
I'm unable to use this, because, for the task I'm trying to create, if the task has failed, I can't return a value, since the value doesn't exist.
Metadata
Metadata
Assignees
Labels
No labels