Struct CoroutineScheduler::Task

Nested Relationships

This struct is a nested type of Class CoroutineScheduler.

Struct Documentation

struct Task

Public Members

std::function<bool()> resume_func
std::string name
std::chrono::steady_clock::time_point last_run
std::chrono::milliseconds interval