Class: Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/celluloid/core_ext.rb

Direct Known Subclasses

Celluloid::Thread

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#uuid_counterObject

Returns the value of attribute uuid_counter.



2
3
4
# File 'lib/celluloid/core_ext.rb', line 2

def uuid_counter
  @uuid_counter
end

#uuid_limitObject

Returns the value of attribute uuid_limit.



2
3
4
# File 'lib/celluloid/core_ext.rb', line 2

def uuid_limit
  @uuid_limit
end

Instance Method Details

#celluloid?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/celluloid/core_ext.rb', line 4

def celluloid?
  false
end