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

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

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

1 مستودع

Awesome GitHub RepositoriesConcurrent Object Programming

Software design focusing on objects that can be interacted with concurrently while maintaining internal state consistency.

Distinct from Concurrent Object Access: Focuses on the general paradigm of concurrent object design rather than specific blockchain-level public access.

Explore 1 awesome GitHub repository matching software engineering & architecture · Concurrent Object Programming. Refine with filters or upvote what's useful.

Awesome Concurrent Object Programming GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • celluloid/celluloidالصورة الرمزية لـ celluloid

    celluloid/celluloid

    3,870عرض على GitHub↗

    Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the construction of multithreaded programs where objects communicate through asynchronous message passing to avoid shared state locks. The framework provides a system for managing asynchronous interactions without manual locking or thread management. It utilizes actor-based object orientation to handle parallel execution and non-blocking tasks. The project covers several architecture and capability areas, including mailbox-driven execution, fiber-based task scheduling, and proxy-based me

    Facilitates developing multithreaded applications using object-oriented patterns and background processing.

    Ruby
    عرض على GitHub↗3,870
  1. Home
  2. Software Engineering & Architecture
  3. Concurrent Object Programming