Skip to content

Commit 77db28a

Browse files
authored
Archive previous scheduler.yield() explainer (#64)
Making room for a revised, more complete explainer.
1 parent 05de324 commit 77db28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explainers/yield-and-continuation.md explainers/archived/old-yield-and-continuation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Main Thread Scheduling: Yield and Continuation
22

3-
For an overview of the larger problem space, see [Main Thread Scheduling API](../README.md).
3+
For an overview of the larger problem space, see [Main Thread Scheduling API](../../README.md).
44

55
## The Problem
66

@@ -31,7 +31,7 @@ yielding.
3131

3232
Visually, the overhead might look something like this:
3333

34-
![Yield Overhead](../images/yield-overhead.png)
34+
![Yield Overhead](../../images/yield-overhead.png)
3535

3636
This overhead can **disincentivize script from yielding**, which can lead to
3737
unresponsiveness in apps.

0 commit comments

Comments
 (0)