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:

  1. Provides shorthand operators for swiveling the concurrency of your functions (akin to async/await)
  2. Extends DispatchQueue with several functions that help make standard usage a bit more concise.

Leave a Reply