Registry / async / celluloid-extras

celluloid-extras

JSON →
library0.20.5rbrubygemsunverified

Classes to support examples, benchmarks, or add special functionality for Celluloid.

gem install celluloid-extras
INSTALL
IMPORT
SIG · CELLULOID-EXTRAS
C
celluloid-extras
asyncrubyv0.20.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Celluloid
require 'celluloid/extras'

Use Celluloid extras to create an actor with additional functionality.

require 'celluloid/extras' class MyActor include Celluloid def work "Working" end end actor = MyActor.new puts actor.work
Debug
Known issues
breakingCelluloid is no longer actively maintained and may have compatibility issues with Ruby 3.0+.
fix
Consider using alternative concurrency libraries like Concurrent Ruby or Async.
affects: >= 0.20.0
Upgrade
Version history
0.20.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
celluloid-extras — gem install celluloid-extras · libregistry