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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hmdsefi/gowl

Open-source alternatives to Gowl

30 open-source projects similar to hmdsefi/gowl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gowl alternative.

  • aaronjan/hunchAvatar de AaronJan

    AaronJan/Hunch

    104Ver en GitHub↗

    Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.

    Goasyncasynchronouschannel
    Ver en GitHub↗104
  • alitto/pondAvatar de alitto

    alitto/pond

    2,158Ver en GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    Ver en GitHub↗2,158
  • arunsworld/nurseryAvatar de arunsworld

    arunsworld/nursery

    70Ver en GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Ver en GitHub↗70
  • ashvinbambhaniya/autopoolAvatar de AshvinBambhaniya

    AshvinBambhaniya/autopool

    4Ver en GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    Ver en GitHub↗4
  • benmanns/goworkerAvatar de benmanns

    benmanns/goworker

    2,847Ver en GitHub↗

    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

    Go
    Ver en GitHub↗2,847

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.

Find more with AI search
  • ddelizia/channelifyAvatar de ddelizia

    ddelizia/channelify

    34Ver en GitHub↗

    Make functions return a channel for parallel processing via go routines.

    Go
    Ver en GitHub↗34
  • destel/rillAvatar de destel

    destel/rill

    1,815Ver en GitHub↗

    Go toolkit for clean, composable, channel-based concurrency

    Gochannelsconcurrencyfunctional-programming
    Ver en GitHub↗1,815
  • dirkaholic/kyooAvatar de dirkaholic

    dirkaholic/kyoo

    51Ver en GitHub↗

    Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries

    Gogogolanggolang-library
    Ver en GitHub↗51
  • duanckham/handsAvatar de duanckham

    duanckham/hands

    10Ver en GitHub↗

    Hands is a process controller used to control the execution and return strategies of multiple goroutines.

    Go
    Ver en GitHub↗10
  • duemunk/asyncAvatar de duemunk

    duemunk/Async

    4,565Ver en GitHub↗

    Async is a Swift library that provides a wrapper for Grand Central Dispatch to simplify the management of asynchronous tasks and queues. It functions as a task scheduler for the execution, timing, and orchestration of code blocks. The project includes a task chainer to sequence operations across different threads without nested callback structures and a concurrent loop wrapper that distributes iterations across multiple threads. It also features a token-based cancellation system to track and remove pending operations from the execution queue before they run. The library covers concurrency ma

    Swift
    Ver en GitHub↗4,565
  • earthboundkid/flowmaticAvatar de earthboundkid

    earthboundkid/flowmatic

    402Ver en GitHub↗

    Structured concurrency made easy

    Goconcurrencygolanggoroutine
    Ver en GitHub↗402
  • gammazero/workerpoolAvatar de gammazero

    gammazero/workerpool

    1,453Ver en GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    Ver en GitHub↗1,453
  • go-playground/poolAvatar de go-playground

    go-playground/pool

    724Ver en GitHub↗

    :speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation

    Go
    Ver en GitHub↗724
  • gpars/gparsAvatar de GPars

    GPars/GPars

    248Ver en GitHub↗

    Travis-CI master branch: | 1\3\X branch:

    Groovy
    Ver en GitHub↗248
  • hemantasapkota/gcdtimerAvatar de hemantasapkota

    hemantasapkota/GCDTimer

    192Ver en GitHub↗

    Well-tested GCD Timer in Swift

    Swift
    Ver en GitHub↗192
  • hexdigest/execpoolAvatar de hexdigest

    hexdigest/execpool

    29Ver en GitHub↗

    A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command.

    Go
    Ver en GitHub↗29
  • ibireme/yydispatchqueuepoolAvatar de ibireme

    ibireme/YYDispatchQueuePool

    477Ver en GitHub↗

    iOS utility class to manage global dispatch queue.

    Objective-C
    Ver en GitHub↗477
  • itcathyh/conexecAvatar de ITcathyh

    ITcathyh/conexec

    17Ver en GitHub↗

    A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking.

    Gogogolanggoroutine
    Ver en GitHub↗17
  • ivpusic/grpoolAvatar de ivpusic

    ivpusic/grpool

    736Ver en GitHub↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    Ver en GitHub↗736
  • jeffail/tunnyAvatar de Jeffail

    Jeffail/tunny

    4,033Ver en GitHub↗

    Tunny is a worker pool library and concurrency manager for Go. It functions as a concurrent task scheduler that limits the number of parallel workers processing jobs to prevent system resource exhaustion. The project enables the maintenance of persistent state within individual worker routines to avoid repeated initialization costs. It also supports dynamic worker scaling, allowing the number of active background workers to be adjusted in real time without interrupting tasks in progress. The library provides mechanisms for task timeout enforcement and worker lifecycle management, including t

    Gogogolanggoroutine-pool
    Ver en GitHub↗4,033
  • johnestropia/gcdkitAvatar de JohnEstropia

    JohnEstropia/GCDKit

    316Ver en GitHub↗

    Grand Central Dispatch simplified with swift.

    Swift
    Ver en GitHub↗316
  • kamildrazkiewicz/go-flowAvatar de kamildrazkiewicz

    kamildrazkiewicz/go-flow

    221Ver en GitHub↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    Ver en GitHub↗221
  • kamilsk/breakerAvatar de kamilsk

    kamilsk/breaker

    21Ver en GitHub↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    Ver en GitHub↗21
  • kamilsk/semaphoreAvatar de kamilsk

    kamilsk/semaphore

    101Ver en GitHub↗

    🚦 Semaphore pattern implementation with timeout of lock/unlock operations.

    Goawesome-gogogolang
    Ver en GitHub↗101
  • kitstack/async-jobAvatar de kitstack

    kitstack/async-job

    12Ver en GitHub↗

    AsyncJob is an asynchronous queue job manager with light code, clear and speed. I hope so ! 😬

    Goasynclightweightqueue
    Ver en GitHub↗12
  • kyuff/anchorAvatar de kyuff

    kyuff/anchor

    3Ver en GitHub↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    Ver en GitHub↗3
  • loveleshsharma/gohiveAvatar de loveleshsharma

    loveleshsharma/gohive

    54Ver en GitHub↗

    🐝 A Highly Performant and easy to use goroutine pool for Go

    Goasyncasynchronous-tasksconcurren
    Ver en GitHub↗54
  • marusama/cyclicbarrierAvatar de marusama

    marusama/cyclicbarrier

    158Ver en GitHub↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    Ver en GitHub↗158
  • marusama/semaphoreAvatar de marusama

    marusama/semaphore

    178Ver en GitHub↗

    Fast resizable golang semaphore primitive

    Gogogolangmutex
    Ver en GitHub↗178
  • mborders/artifexAvatar de mborders

    mborders/artifex

    213Ver en GitHub↗

    Simple in-memory job queue for Golang using worker-based dispatching

    Gogolangjob-schedulerjob-worker
    Ver en GitHub↗213