|
|
|
|
|
by freemint
1518 days ago
|
|
The article says this about it: > We could have a simple cycle timer switch on each core so that after the timer expires there an interrupt-like jump to a function to see what to do next. That jump would be perfectly synchronous since predicting the next jump can be done with 100% accuracy (or nearly 100%). |
|
Interrupt like? So what will you do? save context of this thread, load another...hm...sure sounds like what we already do