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

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

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

ddelizia/channelify

0
View on GitHub↗
34 نجوم·3 تفرعات·Go·MIT·5 مشاهدات

Channelify

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

Features

  • Concurrency Management - Converts functions to return channels for parallel processing.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ ddelizia/channelifyمخطط تاريخ النجوم لـ ddelizia/channelify

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Channelify.
  • 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 لـ Channelify→

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

ما هي وظيفة ddelizia/channelify؟

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

ما هي الميزات الرئيسية لـ ddelizia/channelify؟

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

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

تشمل البدائل مفتوحة المصدر لـ ddelizia/channelify: 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. destel/rill — Go toolkit for clean, composable, channel-based concurrency.