awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • celluloid/celluloidcelluloid 的头像

    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