# File lib/termtter/task_manager.rb, line 71
    def delete_task(key)
      synchronize do
        @tasks.delete(key)
      end
    end