class Thread

Attributes

eldritch_group[W]
eldritch_task[RW]

Public Instance Methods

eldritch_group() click to toggle source
# File lib/eldritch/core_ext/thread.rb, line 5
def eldritch_group
  @eldritch_group ||= Eldritch::NilGroup.new
end
in_eldritch_group?() click to toggle source
# File lib/eldritch/core_ext/thread.rb, line 9
def in_eldritch_group?
  !eldritch_group.nil?
end