awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lucas34 avatar

lucas34/SwiftQueue

0
View on GitHub↗
422 stars·43 forks·Swift·MIT·6 views

SwiftQueue

Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more

Features

  • Concurrency Frameworks - Job scheduler with support for persistence and retries.

Star history

Star history chart for lucas34/swiftqueueStar history chart for lucas34/swiftqueue

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 SwiftQueue

Similar open-source projects, ranked by how many features they share with SwiftQueue.
  • 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
  • boltsframework/bolts-swiftBoltsFramework avatar

    BoltsFramework/Bolts-Swift

    1,317View on GitHub↗

    Bolts-Swift is a concurrency control framework designed to manage asynchronous workflows in native mobile applications. It provides a collection of primitives that allow developers to orchestrate background operations through a promise-based model, replacing deeply nested callback structures with chainable task sequences. The library distinguishes itself by offering granular control over task lifecycles and execution environments. It enables developers to define custom executors for specific threading contexts and provides mechanisms to manually signal the completion, error, or cancellation o

    Swift
    View on GitHub↗1,317
  • dfed/swift-async-queuedfed avatar

    dfed/swift-async-queue

    276View on GitHub↗

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

    Swift
    View on GitHub↗276
  • 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
See all 7 alternatives to SwiftQueue→

Frequently asked questions

What does lucas34/swiftqueue do?

Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more

What are the main features of lucas34/swiftqueue?

The main features of lucas34/swiftqueue are: Concurrency Frameworks.

What are some open-source alternatives to lucas34/swiftqueue?

Open-source alternatives to lucas34/swiftqueue include: 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… dfed/swift-async-queue — A library of queues that enable sending ordered tasks to asynchronous contexts. asyncninja/asyncninja — A complete set of primitives for concurrency and reactive programming on Swift. fabriziobrancati/queuer — Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD). typelift/concurrent — Functional Concurrency Primitives.