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: main/guides/js-programming/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ the sections below.
15
15
</ClientOnly>
16
16
:::
17
17
18
-
## Vats: the Unit of Synchrony
18
+
## Workers: the Unit of Synchrony
19
19
20
20
The Agoric framework uses the same [event loop concurrency model](https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop) as web browsers and Node.js.
21
21
Each event loop has a message queue, a call stack of frames, and a heap of objects:
0 commit comments