[ 原始碼: 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
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 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