module Temple::Mixins::ThreadOptions

def thread_options

def thread_options
  Thread.current[thread_options_key]
end