FabrizioBrancati/Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD). observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 92
- Release rhythm 61
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3331
- days_rel: 49
- days_push: 49
- n_releases_24m: 1
Adoption not part of the score
1151 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Queuer is a Swift queue manager built on top of OperationQueue and Dispatch (GCD) that simplifies creating and managing asynchronous and synchronous tasks. It supports chained operations, concurrency limits, semaphores, scheduling, retries with throttling, and async/await, across all Swift-compatible platforms.
Use cases
- run background tasks with a managed queue in Swift
- chain dependent operations with retry and throttling
- limit concurrent operations in a task queue
- create semaphores for task synchronization
- schedule recurring tasks in Swift
- use async/await with automatic retries on thrown errors
- manage task queues on Linux, Android, or Windows with Swift
When to choose
- you need structured task queuing, chaining, or retries in Swift
- you want cross-platform Swift concurrency support beyond Apple platforms
- you prefer OperationQueue/GCD semantics with a simpler API
When to avoid
- you only need simple async/await without queue management
- you are not working in Swift
- you need distributed or persistent job queues across services
Facets
library · maturity active
concurrency scheduling developer-tools cross-platform windows operationqueue gcd async-await task-scheduling semaphore retry-logic swift-package-manager macos linux android ios swift
1 source
- readme: https://github.com/FabrizioBrancati/Queuer · fetched 2026-08-28 · e78682f7f144
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FabrizioBrancati/Queuer | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="FabrizioBrancati/Queuer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem