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 queueing synchronous requests #24

Closed brendanlensink closed 1 year ago

brendanlensink commented 4 years ago

After some discussion and prototyping, we're going to punt this until after we have async/await in Swift for a couple reasons:

  1. Async/await makes this substantially easier to code
  2. In most cases, we only need to go 2-3 requests deep currently, so the pyramid of doom isn;t that bad
brendanlensink commented 1 year ago

Gonna go ahead and close this - I think it's irrelevant with async/await