|
|
|
|
|
by Matthias247
1630 days ago
|
|
interrupt-like things are used to schedule the next poll of the function. Polling doesn't happen randomly or within certain time intervals, but when an external event (via a Waker interface) tells the runtime to schedule the function again for polling. |
|