fwcd / swift-utils

General-purpose utility library for Swift
https://fwcd.github.io/swift-utils/documentation/utils
MIT License
12 stars 0 forks source link

Add async/await wrappers for `Promise` and `HTTPRequest` #7

Closed fwcd closed 4 months ago

fwcd commented 4 months ago

This will ease the transition to async/await in downstream consumers of swift-utils, specifically those that still rely on HTTPRequest (instead of e.g. swift-http-types, see #5).