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

dirkaholic/kyoo

0
View on GitHub↗
51 Stars·4 Forks·Go·MIT·8 Aufrufe

Kyoo

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

Features

  • Concurrency Management - Infinite job queue with concurrent worker pools.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

Star-Verlauf

Star-Verlauf für dirkaholic/kyooStar-Verlauf für dirkaholic/kyoo

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 Kyoo

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Kyoo.
  • alitto/pondAvatar von alitto

    alitto/pond

    2,158Auf GitHub ansehen↗

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

    Goconcurrencygogolang
    Auf GitHub ansehen↗2,158
  • aaronjan/hunchAvatar von AaronJan

    AaronJan/Hunch

    104Auf GitHub ansehen↗

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

    Goasyncasynchronouschannel
    Auf GitHub ansehen↗104
  • arunsworld/nurseryAvatar von arunsworld

    arunsworld/nursery

    70Auf GitHub ansehen↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Auf GitHub ansehen↗70
  • ashvinbambhaniya/autopoolAvatar von AshvinBambhaniya

    AshvinBambhaniya/autopool

    4Auf GitHub ansehen↗

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

    Goasyncauto-scalingbackpressure
    Auf GitHub ansehen↗4
Alle 30 Alternativen zu Kyoo anzeigen→

Häufig gestellte Fragen

Was macht dirkaholic/kyoo?

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

Was sind die Hauptfunktionen von dirkaholic/kyoo?

Die Hauptfunktionen von dirkaholic/kyoo sind: Concurrency Management, Concurrency Tools.

Welche Open-Source-Alternativen gibt es zu dirkaholic/kyoo?

Open-Source-Alternativen zu dirkaholic/kyoo sind unter anderem: alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… arunsworld/nursery — Structured Concurrency in Go. ashvinbambhaniya/autopool — Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and… benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. ddelizia/channelify — Make functions return a channel for parallel processing via go routines.