forked from Alamofire/Alamofire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift Concurrency Support (Alamofire#3463)
* Add Concurrency support. * Remove misleading Protected convenience APIs. * Safer NSLog usage. * Project updates. * Disable thread sanitizer during development. * Update tests for new APIs. * Add concurrency tester. * Fix concurrency runner. * 15.2 simulator for concurrency tests. * Disable thread sanitizer on iOS as well. * Update inline docs, add stream cancellation. * Add documentation. * Document async value handlers. * Remove TODO. * Add doc comment. * Target the concurrent queue for the streams. * Rename finishObservers to finishHandlers.
- Loading branch information
Showing
14 changed files
with
1,482 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.