awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • erlang/otperlang 的头像

    erlang/otp

    12,252在 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
    在 GitHub 上查看↗12,252
  • zewo/veniceZewo 的头像

    Zewo/Venice

    1,495在 GitHub 上查看↗

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

    CSP implementation using coroutines and channels.

    Swift
    在 GitHub 上查看↗1,495
  • boltsframework/bolts-swiftBoltsFramework 的头像

    BoltsFramework/Bolts-Swift

    1,317在 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
    在 GitHub 上查看↗1,317
  • fabriziobrancati/queuerFabrizioBrancati 的头像

    FabrizioBrancati/Queuer

    1,155在 GitHub 上查看↗

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

    Queue manager built on OperationQueue and Dispatch.

    Swift
    在 GitHub 上查看↗1,155
  • lucas34/swiftqueuelucas34 的头像

    lucas34/SwiftQueue

    422在 GitHub 上查看↗

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

    Job scheduler with support for persistence and retries.

    Swift
    在 GitHub 上查看↗422
  • dfed/swift-async-queuedfed 的头像

    dfed/swift-async-queue

    276在 GitHub 上查看↗

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

    Queues for managing ordered asynchronous tasks.

    Swift
    在 GitHub 上查看↗276
  • typelift/concurrenttypelift 的头像

    typelift/Concurrent

    208在 GitHub 上查看↗

    Functional Concurrency Primitives

    Functional primitives for concurrent programming.

    Swift
    在 GitHub 上查看↗208
  • asyncninja/asyncninjaAsyncNinja 的头像

    AsyncNinja/AsyncNinja

    156在 GitHub 上查看↗

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

    Primitives for concurrency and reactive programming.

    Swift
    在 GitHub 上查看↗156
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Concurrency Frameworks