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
·
typelift avatar

typelift/Concurrent

0
View on GitHub↗
208 stele·17 fork-uri·Swift·14 vizualizări

Concurrent

Functional Concurrency Primitives

Features

  • Concurrency Frameworks - Functional primitives for concurrent programming.

Istoric stele

Graficul istoricului de stele pentru typelift/concurrentGraficul istoricului de stele pentru typelift/concurrent

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 Concurrent

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Concurrent.
  • 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 Concurrent→

Întrebări frecvente

Ce face typelift/concurrent?

Functional Concurrency Primitives

Care sunt principalele funcționalități ale typelift/concurrent?

Principalele funcționalități ale typelift/concurrent sunt: Concurrency Frameworks.

Care sunt câteva alternative open-source pentru typelift/concurrent?

Alternativele open-source pentru typelift/concurrent 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). lucas34/swiftqueue — Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more.