Class: Thread
- Inherits:
-
Object
- Object
- Thread
- Defined in:
- lib/celluloid/core_ext.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#uuid_counter ⇒ Object
Returns the value of attribute uuid_counter.
-
#uuid_limit ⇒ Object
Returns the value of attribute uuid_limit.
Instance Method Summary collapse
Instance Attribute Details
#uuid_counter ⇒ Object
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_limit ⇒ Object
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
4 5 6 |
# File 'lib/celluloid/core_ext.rb', line 4 def celluloid? false end |