Confirmed users
497
edits
| Line 91: | Line 91: | ||
= Interacting with Thread-Like Actors = | = Interacting with Thread-Like Actors = | ||
Actors representing independent threads of JavaScript execution, like browsing contexts and web | Actors representing independent threads of JavaScript execution, like browsing contexts and web workers, are collectively known as "threads". Interactions with actors representing threads follow a more complication communication pattern. | ||
A thread is always in one of the following states: | A thread is always in one of the following states: | ||