Obtain the Celluloid::Actor object for this thread
# File lib/celluloid/thread.rb, line 19 def actor self[:celluloid_actor] end
Obtain the call chain ID for this thread
# File lib/celluloid/thread.rb, line 34 def call_chain_id self[:celluloid_chain_id] end
Obtain the Celluloid mailbox for this thread
# File lib/celluloid/thread.rb, line 29 def mailbox self[:celluloid_mailbox] end
Obtain the role of this thread
# File lib/celluloid/thread.rb, line 10 def role self[:celluloid_role] end
# File lib/celluloid/thread.rb, line 14 def role=(role) self[:celluloid_role] = role end
Obtain the Celluloid task object for this thread
# File lib/celluloid/thread.rb, line 24 def task self[:celluloid_task] end
Generated with the Darkfish Rdoc Generator 2.