amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.45k stars 41 forks source link

Support async APIs on older Apple OSs. #91

Closed tachyonics closed 3 years ago

tachyonics commented 3 years ago

Issue #, if available:

Description of changes:

  1. Remove @available annotation from async APIs, increase the requirement for non Linux platforms to the upcoming 5.5.2 (which will backport async support to the earlier Apple OSs).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.