Swift support for blocks and asynchronous code is powerful, but can lead to a maze of indented logic that quickly becomes unreadable and error-prone.
Brisk offers two distinct but complimentary functions:
- Provides shorthand operators for swiveling the concurrency of your functions (akin to async/await)
- Extends DispatchQueue with several functions that help make standard usage a bit more concise.
