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