steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

Add support for async / await #77

Closed nbrooke closed 1 year ago

nbrooke commented 3 years ago

Probably not necessary near term, but eventually we are going to want some request entry points that use async / await rather than callbacks.

brendanlensink commented 2 years ago

While adding this, we should change the file reads we added with GraphQL support to not block the main thread as well.