You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,9 @@ block the current thread of execution:
150
150
forkAff myAff
151
151
```
152
152
153
-
Because Javascript is single-threaded, forking does not actually cause the computation to be run in a separate thread. Forking just allows the subsequent actions to execute without waiting for the forked computation to complete.
153
+
Because Javascript is single-threaded, forking does not actually cause the
154
+
computation to be run in a separate thread. Forking just allows the subsequent
155
+
actions to execute without waiting for the forked computation to complete.
0 commit comments