We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05de324 commit 77db28aCopy full SHA for 77db28a
explainers/yield-and-continuation.md explainers/archived/old-yield-and-continuation.md
@@ -1,6 +1,6 @@
1
# Main Thread Scheduling: Yield and Continuation
2
3
-For an overview of the larger problem space, see [Main Thread Scheduling API](../README.md).
+For an overview of the larger problem space, see [Main Thread Scheduling API](../../README.md).
4
5
## The Problem
6
@@ -31,7 +31,7 @@ yielding.
31
32
Visually, the overhead might look something like this:
33
34
-
+
35
36
This overhead can **disincentivize script from yielding**, which can lead to
37
unresponsiveness in apps.
0 commit comments