Skip to content

Commit

Permalink
docs: Replace "vat" with "worker" in documentation
Browse files Browse the repository at this point in the history
dckc committed Jan 10, 2025
1 parent 075d166 commit cdeaaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/js-programming/index.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ the sections below.
</ClientOnly>
:::

## Vats: the Unit of Synchrony
## Workers: the Unit of Synchrony

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.
Each event loop has a message queue, a call stack of frames, and a heap of objects:

0 comments on commit cdeaaf4

Please sign in to comment.