Async
GitHub describes it as Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
duemunk/Async: Async
GitHub describes it as Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. The README describes the project this way: Now more than syntactic sugar for asynchronous dispatches in Grand Central Dispatch (GCD) in Swift
Install
The README section "Install" states: Swift Package Manager Add To Your Project In Xcode 11: File Swift Packages Add Package Dependency Add As A Dependency In Package.swift:
Benefits
The README section "Benefits" states: 1. Avoid code indentation by chaining 2. Arguments and return types reduce polluted scopes
Things you can do
The README section "Things you can do" states: Wait for block to finish , an ease way to continue on current queue after background task:
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes