Method: Celluloid::Internals::Stack::ThreadState#thread_id

Defined in:
lib/celluloid/internals/stack/states.rb

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



23
24
25
# File 'lib/celluloid/internals/stack/states.rb', line 23

def thread_id
  @thread_id
end