Skip to content

Commit

Permalink
Add we
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Apr 11, 2024
1 parent 74858f1 commit a68220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/mini-racer-v0.11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Anyway, `clang-tidy` is super useful; would recommend!
So, to start off, for `async` code to work correctly in PyMiniRacer (and also,
to run code off the Python thread, thus enabling `KeyboardInterrupt` of
PyMiniRacer JS code), we need V8 to execute code _continually_, e.g., to process
delayed callbacks from `setTimeout`. In other words, if want to be able to use
delayed callbacks from `setTimeout`. In other words, if we want to be able to use
`setTimeout` to schedule work for `N` seconds from now, and have it actually,
you know, _run_ that delayed work, we need to convince V8 to actually run,
continually, until explicitly shut down.
Expand Down

0 comments on commit a68220b

Please sign in to comment.