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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesConcurrency Frameworks

Libraries for managing asynchronous tasks and threading.

Explore 8 awesome GitHub repositories matching part of an awesome list · Concurrency Frameworks. Refine with filters or upvote what's useful.

Awesome Concurrency Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • erlang/otpAvatar de erlang

    erlang/otp

    12,252Voir sur 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

    Serves as a concurrent programming framework for managing lightweight processes and asynchronous messaging.

    Erlang
    Voir sur GitHub↗12,252
  • zewo/veniceAvatar de Zewo

    Zewo/Venice

    1,495Voir sur GitHub↗

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

    CSP implementation using coroutines and channels.

    Swift
    Voir sur GitHub↗1,495
  • boltsframework/bolts-swiftAvatar de BoltsFramework

    BoltsFramework/Bolts-Swift

    1,317Voir sur 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

    Provides a framework for orchestrating parallel operations and sequential task dependencies to eliminate deeply nested callbacks.

    Swift
    Voir sur GitHub↗1,317
  • fabriziobrancati/queuerAvatar de FabrizioBrancati

    FabrizioBrancati/Queuer

    1,155Voir sur GitHub↗

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

    Queue manager built on OperationQueue and Dispatch.

    Swift
    Voir sur GitHub↗1,155
  • lucas34/swiftqueueAvatar de lucas34

    lucas34/SwiftQueue

    422Voir sur GitHub↗

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

    Job scheduler with support for persistence and retries.

    Swift
    Voir sur GitHub↗422
  • dfed/swift-async-queueAvatar de dfed

    dfed/swift-async-queue

    276Voir sur GitHub↗

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

    Queues for managing ordered asynchronous tasks.

    Swift
    Voir sur GitHub↗276
  • typelift/concurrentAvatar de typelift

    typelift/Concurrent

    208Voir sur GitHub↗

    Functional Concurrency Primitives

    Functional primitives for concurrent programming.

    Swift
    Voir sur GitHub↗208
  • asyncninja/asyncninjaAvatar de AsyncNinja

    AsyncNinja/AsyncNinja

    156Voir sur GitHub↗

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

    Primitives for concurrency and reactive programming.

    Swift
    Voir sur GitHub↗156
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Concurrency Frameworks