# File lib/termtter/task_manager.rb, line 62
    def get_task(key)
      synchronize do
        @tasks[key]
      end
    end