# duemunk/Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch

Repository: https://github.com/duemunk/Async
Canonical: https://ross.abutalabs.com/products/duemunk-async
Language: Swift
License: MIT
License Family: permissive
Last push: 2024-04-11T07:44:27+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4422, "days_push": 874, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4556, forks 311 (observed 2026-08-28T04:08:53.392349+00:00)

## What it is
A Swift library providing fluent, chainable syntactic sugar over Grand Central Dispatch (GCD) asynchronous dispatches. It supports chaining blocks across quality-of-service queues (main, user-initiated, background, etc.) without nested indentation, plus AsyncGroup for running parallel blocks and waiting on completion.

## Use cases
- chain async blocks in swift without deep nesting
- simpler syntax for grand central dispatch
- run work on a background queue then update the ui on the main queue
- run several background tasks in parallel and wait for all to finish
- dispatch to custom queues with readable chained code
- swift wrapper around dispatchqueue async calls

## When to choose
- you maintain an older Swift codebase (iOS 8+/Swift 5.1 era) that predates structured concurrency and want readable GCD chaining
- you prefer fluent chaining over nested DispatchQueue.global().async blocks
- you need simple fire-and-forget dispatch to QoS queues or a group of parallel blocks with a wait

## When to avoid
- you are starting a new project - Swift's built-in async/await, Task, and task groups supersede this library
- you need an actively maintained dependency - the project is explicitly no longer maintained
- you need advanced concurrency features like cancellation, structured error handling, or actors

## Facets
- artifact type: library
- maturity: abandoned
- function: concurrency
- domain: mobile-development, apple-ecosystem, developer-tools
- platform: -
- tags: gcd, grand-central-dispatch, async, syntactic-sugar, chaining, dispatch-queues, asyncgroup, qos, cocoapods, carthage, swift-package-manager, ios, macos, swift, mobile, desktop

## Member repositories
- duemunk/Async (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:53.392349+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:02.150123+00:00, confidence not recorded.
  - readme: https://github.com/duemunk/Async (fetched 2026-08-28T04:08:53.392349+00:00, sha 43314096a7e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
