Registry / async / celluloid-essentials

celluloid-essentials

JSON →
library0.20.5rbrubygemsunverified

Provides notifications, internals, logging, probe, and essential Celluloid pieces demanding supervision.

gem install celluloid-essentials
INSTALL
IMPORT
SIG · CELLULOID-ESSENTIA
C
celluloid-essentials
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/essentials'

Create a simple Celluloid actor using essentials.

require 'celluloid/essentials' class MyActor include Celluloid def greet "Hello from Celluloid!" end end actor = MyActor.new puts actor.greet
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
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
celluloid-essentials — gem install celluloid-essentials · libregistry