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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
typelift avatar

typelift/Concurrent

0
View on GitHub↗
208 Stars·17 Forks·Swift·16 Aufrufe

Concurrent

Functional Concurrency Primitives

Features

  • Concurrency Frameworks - Functional primitives for concurrent programming.

Star-Verlauf

Star-Verlauf für typelift/concurrentStar-Verlauf für typelift/concurrent

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Concurrent

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Concurrent.
  • erlang/otpAvatar von erlang

    erlang/otp

    12,252Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,252
  • boltsframework/bolts-swiftAvatar von BoltsFramework

    BoltsFramework/Bolts-Swift

    1,317Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,317
  • dfed/swift-async-queueAvatar von dfed

    dfed/swift-async-queue

    276Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗276
  • asyncninja/asyncninjaAvatar von AsyncNinja

    AsyncNinja/AsyncNinja

    156Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗156
Alle 7 Alternativen zu Concurrent anzeigen→

Häufig gestellte Fragen

Was macht typelift/concurrent?

Functional Concurrency Primitives

Was sind die Hauptfunktionen von typelift/concurrent?

Die Hauptfunktionen von typelift/concurrent sind: Concurrency Frameworks.

Welche Open-Source-Alternativen gibt es zu typelift/concurrent?

Open-Source-Alternativen zu typelift/concurrent sind unter anderem: 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). lucas34/swiftqueue — Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more.