struct SchedulerThread::WaitingFibers::WaitingFiber

Contains information about a waiting fiber.

Public

Fields

Timepoint

TimePoint Timepoint

Time that the fiber is waiting for before continuing execution.

Fiber

Fiber that's waiting.

Operators

operator<

inline bool operator<(const WaitingFiber &) const