[ ソース: ruby-celluloid-io ]
パッケージ: ruby-celluloid-io (0.16.2-5)
ruby-celluloid-io に関するリンク
Debian の資源:
ruby-celluloid-io ソースパッケージをダウンロード:
- [ruby-celluloid-io_0.16.2-5.dsc]
- [ruby-celluloid-io_0.16.2.orig.tar.gz]
- [ruby-celluloid-io_0.16.2-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Ruby library providing an event-driven IO system for Celluloid actors
Celluloid::IO provides an event-driven IO system and sockets useful for building fast and scalable network applications that integrates directly with the Celluloid actor library, making it easy to combine both threaded and evented concepts.
Celluloid::IO is ideal for implementing services which handle large numbers of mostly-idle connections, such as Websocket servers or chat/messaging systems.
その他の ruby-celluloid-io 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-celluloid (>= 0.15.0)
- actor-based concurrent object framework for ruby
-
- dep: ruby-nio4r (>= 0.5.0)
- Ruby library providing a selector API for monitoring IO objects