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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lucas34 avatar

lucas34/SwiftQueue

0
View on GitHub↗
422 stele·43 fork-uri·Swift·MIT·6 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru lucas34/swiftqueueGraficul istoricului de stele pentru lucas34/swiftqueue

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru SwiftQueue

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu SwiftQueue.
  • erlang/otpAvatar erlang

    erlang/otp

    12,252Vezi pe 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
    Vezi pe GitHub↗12,252
  • boltsframework/bolts-swiftAvatar BoltsFramework

    BoltsFramework/Bolts-Swift

    1,317Vezi pe 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
    Vezi pe GitHub↗1,317
  • dfed/swift-async-queueAvatar dfed

    dfed/swift-async-queue

    276Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗276
  • asyncninja/asyncninjaAvatar AsyncNinja

    AsyncNinja/AsyncNinja

    156Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗156
Vezi toate cele 7 alternative pentru SwiftQueue→

Întrebări frecvente

Ce face lucas34/swiftqueue?

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

Care sunt principalele funcționalități ale lucas34/swiftqueue?

Principalele funcționalități ale lucas34/swiftqueue sunt: Concurrency Frameworks.

Care sunt câteva alternative open-source pentru lucas34/swiftqueue?

Alternativele open-source pentru lucas34/swiftqueue includ: 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.