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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
typelift avatar

typelift/Concurrent

0
View on GitHub↗
208 estrellas·17 forks·Swift·1 vista

Concurrent

Functional Concurrency Primitives

Features

  • Concurrency Frameworks - Functional primitives for concurrent programming.

Historial de estrellas

Gráfico del historial de estrellas de typelift/concurrentGráfico del historial de estrellas de typelift/concurrent

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Concurrent

Proyectos open-source similares, clasificados según cuántas características comparten con Concurrent.
  • erlang/otpAvatar de erlang

    erlang/otp

    12,252Ver en 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
    Ver en GitHub↗12,252
  • boltsframework/bolts-swiftAvatar de BoltsFramework

    BoltsFramework/Bolts-Swift

    1,317Ver en 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
    Ver en GitHub↗1,317
  • dfed/swift-async-queueAvatar de dfed

    dfed/swift-async-queue

    276Ver en GitHub↗

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

    Swift
    Ver en GitHub↗276
  • asyncninja/asyncninjaAvatar de AsyncNinja

    AsyncNinja/AsyncNinja

    156Ver en GitHub↗

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

    Swift
    Ver en GitHub↗156
Ver las 7 alternativas a Concurrent→

Preguntas frecuentes

¿Qué hace typelift/concurrent?

Functional Concurrency Primitives

¿Cuáles son las características principales de typelift/concurrent?

Las características principales de typelift/concurrent son: Concurrency Frameworks.

¿Qué alternativas de código abierto existen para typelift/concurrent?

Las alternativas de código abierto para typelift/concurrent incluyen: 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.