openthread-br  0.3.0-72c0388
Classes
task_runner.hpp File Reference
#include <openthread-br/config.h>
#include <chrono>
#include <functional>
#include <future>
#include <mutex>
#include <queue>
#include <set>
#include "common/code_utils.hpp"
#include "common/mainloop.hpp"
#include "common/time.hpp"

Go to the source code of this file.

Classes

class  otbr::TaskRunner
 
struct  otbr::TaskRunner::DelayedTask::Comparator
 

Detailed Description

This file defines the Task Runner that executes tasks on the mainloop.