awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
marusama avatar

marusama/cyclicbarrier

0
View on GitHub↗
158 نجوم·18 تفرعات·Go·MIT·6 مشاهدات

Cyclicbarrier

CyclicBarrier golang implementation

Features

  • Concurrency Management - CyclicBarrier implementation for Go.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ marusama/cyclicbarrierمخطط تاريخ النجوم لـ marusama/cyclicbarrier

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Cyclicbarrier

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cyclicbarrier.
  • alitto/pondالصورة الرمزية لـ alitto

    alitto/pond

    2,158عرض على GitHub↗

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

    Goconcurrencygogolang
    عرض على GitHub↗2,158
  • aaronjan/hunchالصورة الرمزية لـ AaronJan

    AaronJan/Hunch

    104عرض على GitHub↗

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

    Goasyncasynchronouschannel
    عرض على GitHub↗104
  • arunsworld/nurseryالصورة الرمزية لـ arunsworld

    arunsworld/nursery

    70عرض على GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    عرض على GitHub↗70
  • ashvinbambhaniya/autopoolالصورة الرمزية لـ AshvinBambhaniya

    AshvinBambhaniya/autopool

    4عرض على GitHub↗

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

    Goasyncauto-scalingbackpressure
    عرض على GitHub↗4
عرض جميع البدائل الـ 30 لـ Cyclicbarrier→

الأسئلة الشائعة

ما هي وظيفة marusama/cyclicbarrier؟

CyclicBarrier golang implementation

ما هي الميزات الرئيسية لـ marusama/cyclicbarrier؟

الميزات الرئيسية لـ marusama/cyclicbarrier هي: Concurrency Management, Concurrency Tools.

ما هي البدائل مفتوحة المصدر لـ marusama/cyclicbarrier؟

تشمل البدائل مفتوحة المصدر لـ marusama/cyclicbarrier: 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.