Closed zackthehuman closed 4 years ago
This adds a fromTry static method to the Task class which captures the success and failure semantics of Try expressing them as a Task.
fromTry
Task
Try
Closes #274
This adds a
fromTry
static method to theTask
class which captures the success and failure semantics ofTry
expressing them as aTask
.Closes #274