Registry / messaging / eventful

eventful

JSON →
library1.0.1rbrubygemsunverified

A little pub/sub abstraction based on Observable.

gem install eventful
INSTALL
IMPORT
SIG · EVENTFUL
E
eventful
messagingrubyv1.0.1
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.

Eventful
require 'eventful'

Basic pub/sub usage with Eventful

require 'eventful' bus = Eventful.new bus.subscribe(:event) { |data| puts data } bus.publish(:event, 'hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
eventful — gem install eventful · libregistry