Registry / async / ntl-actor

ntl-actor

JSON →
library1.4.2rbrubygemsunverified

Implementation of actor pattern for Ruby

gem install ntl-actor
INSTALL
IMPORT
SIG · NTL-ACTOR
N
ntl-actor
asyncrubyv1.4.2
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.

Actor
require 'ntl-actor'

Create an actor and send a message

require 'ntl-actor' class MyActor < Actor def act(message) puts "Received: #{message}" end end actor = MyActor.new actor.send_message('Hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
ntl-actor — gem install ntl-actor · libregistry