FunAsync

Collection of Swift 5.5 async/await utility functions.

  • Throw <-> Result conversion
    • asyncThrowsToAsyncResult
    • asyncResultToAsyncThrows
  • More Concurrency helpers
    • asyncFirst (Promise.race)
    • asyncFirstSuccess (Promise.any)

License

MIT

GitHub

https://github.com/inamiy/FunAsync