pointfreeco / swift-concurrency-extras

Useful, testable Swift concurrency.
MIT License
343 stars 23 forks source link

Add reasync initializer to `Result` #15

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

It can be handy to wrap up some async throwing work into the Result type, so till reasync is a thing this library can provide a helper.