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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
typelift avatar

typelift/Concurrent

0
View on GitHub↗
208 stars·17 forks·Swift·2 vues

Concurrent

Functional Concurrency Primitives

Features

  • Concurrency Frameworks - Functional primitives for concurrent programming.

Historique des stars

Graphique de l'historique des stars pour typelift/concurrentGraphique de l'historique des stars pour typelift/concurrent

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Concurrent

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Concurrent.
  • 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

    Erlang
    Voir sur GitHub↗12,252
  • 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

    Swift
    Voir sur GitHub↗1,317
  • 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

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

    AsyncNinja/AsyncNinja

    156Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗156
Voir les 7 alternatives à Concurrent→

Questions fréquentes

Que fait typelift/concurrent ?

Functional Concurrency Primitives

Quelles sont les fonctionnalités principales de typelift/concurrent ?

Les fonctionnalités principales de typelift/concurrent sont : Concurrency Frameworks.

Quelles sont les alternatives open-source à typelift/concurrent ?

Les alternatives open-source à typelift/concurrent incluent : 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.