commit
d3ccd26cc9
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ let timerId = setTimeout(function request() {
|
|||
```
|
||||
|
||||
|
||||
And if we the functions that we're scheduling are CPU-hungry, then we can measure the time taken by the execution and plan the next call sooner or later.
|
||||
And if the functions that we're scheduling are CPU-hungry, then we can measure the time taken by the execution and plan the next call sooner or later.
|
||||
|
||||
**Recursive `setTimeout` guarantees a delay between the executions, `setInterval` -- does not.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue