lib/celluloid/thread.rb in celluloid-0.14.1 vs lib/celluloid/thread.rb in celluloid-0.15.0.pre
- old
+ new
@@ -4,9 +4,11 @@
class Thread < ::Thread
def celluloid?
true
end
+ attr_accessor :busy
+
# Obtain the role of this thread
def role
self[:celluloid_role]
end