Parent

Class/Module Index [+]

Quicksearch

Thread

Attributes

uuid_counter[RW]
uuid_limit[RW]

Public Class Methods

mailbox() click to toggle source
# File lib/celluloid/legacy.rb, line 40
def self.mailbox
  Celluloid.mailbox
end
receive(timeout = nil, &block) click to toggle source
# File lib/celluloid/legacy.rb, line 44
def self.receive(timeout = nil, &block)
  Celluloid.receive(timeout, &block)
end

Public Instance Methods

celluloid?() click to toggle source
# File lib/celluloid/core_ext.rb, line 6
def celluloid?
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.