ScheduleToken.cancel

struct ScheduleToken(Scheduler)
bool
cancel
()
if (
isFuncLike!(typeof(Scheduler.cancel), bool function
(
size_t
)
)
)

Meta