module Temple::Mixins::ThreadOptions

def thread_options_key

def thread_options_key
  @thread_options_key ||= "#{self.name}-thread-options".to_sym
end