Skip to content

Async UnwrapOrs

Compare
Choose a tag to compare
@Insomniak47 Insomniak47 released this 05 Aug 14:39
· 13 commits to master since this release
36a645a
feat: added UnwrapOr that takes in an async lambda (#50)

* feat: added UnwrapOr that takes in an async lambda

* feat: Add tests for async unwrap or

* fixing merge stuff

* missing return docs

* add task<maybe<T>> unwraporasync

* impl and tests for Task<Maybe> with sync func