py/scheduler: Convert micropythyon.schedule() to a circular buffer.
This means the schedule operates on a first-in, first-executed manner rather than the current last-in, first executed.
Showing
Please register or sign in to comment
This means the schedule operates on a first-in, first-executed manner rather than the current last-in, first executed.