awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dfed avatar

dfed/swift-async-queue

0
View on GitHub↗
276 stars·16 forks·Swift·MIT·1 view

Swift Async Queue

A library of queues that enable sending ordered tasks to asynchronous contexts

Features

  • Concurrency - Ordered task queues for async contexts.
  • Concurrency Frameworks - Queues for managing ordered asynchronous tasks.

Star history

Star history chart for dfed/swift-async-queueStar history chart for dfed/swift-async-queue

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Swift Async Queue

Similar open-source projects, ranked by how many features they share with Swift Async Queue.
  • fabriziobrancati/queuerFabrizioBrancati avatar

    FabrizioBrancati/Queuer

    1,155View on GitHub↗

    Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).

    Swift
    View on GitHub↗1,155
  • zewo/veniceZewo avatar

    Zewo/Venice

    1,495View on GitHub↗

    Coroutines, structured concurrency and CSP for Swift on macOS and Linux.

    Swift
    View on GitHub↗1,495
  • asyncninja/asyncninjaAsyncNinja avatar

    AsyncNinja/AsyncNinja

    156View on GitHub↗

    A complete set of primitives for concurrency and reactive programming on Swift

    Swift
    View on GitHub↗156
  • erlang/otperlang avatar

    erlang/otp

    12,252View on GitHub↗

    OTP is a concurrent programming framework and distributed computing platform that serves as the Erlang runtime environment. It provides a fault-tolerant operating environment designed for building scalable, real-time systems that manage massive amounts of simultaneous tasks through asynchronous messaging. The environment is distinguished by its use of an actor-based concurrency model and hierarchical supervision trees that automatically restart failed processes. It supports hot code loading to allow system updates without downtime and utilizes a preemptive user-space scheduler to manage light

    Erlang
    View on GitHub↗12,252
See all 30 alternatives to Swift Async Queue→

Frequently asked questions

What does dfed/swift-async-queue do?

A library of queues that enable sending ordered tasks to asynchronous contexts

What are the main features of dfed/swift-async-queue?

The main features of dfed/swift-async-queue are: Concurrency, Concurrency Frameworks.

What are some open-source alternatives to dfed/swift-async-queue?

Open-source alternatives to dfed/swift-async-queue include: fabriziobrancati/queuer — Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD). zewo/venice — Coroutines, structured concurrency and CSP for Swift on macOS and Linux. asyncninja/asyncninja — A complete set of primitives for concurrency and reactive programming on Swift. erlang/otp — OTP is a concurrent programming framework and distributed computing platform that serves as the Erlang runtime… boltsframework/bolts-swift — Bolts-Swift is a concurrency control framework designed to manage asynchronous workflows in native mobile… belozierov/swiftcoroutine — Swift coroutines for iOS, macOS and Linux.