Skip to content

Scheduler tweak #4

@robb-j

Description

@robb-j

The scheduler should make sure the next tick > millis()

while (item->nextTick < millis())
{
  item->nextTick += item->interval
  // as long as item->interval > 0 ?
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions