Skip to content

Commit 80b17ab

Browse files
add Presentations to Committee section
1 parent e88205c commit 80b17ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ A major motivator for this proposal is the concurrency support in the [async ite
1313

1414
The concurrency control mechanism proposed here is also motivated by many other use cases outside of async iteration. For example, an application may want to limit the concurrency of a certain function being invoked, or limit concurrent file reads, writes, or network requests. This proposal aims to provide a generic mechanism for controlling concurrency in JavaScript that can be used in a wide variety of use cases.
1515

16+
## Presentations to Committee
17+
18+
- [July 2024: Stage 1](https://docs.google.com/presentation/d/1rLIzouj1zTr4KdjNrYMZt-FbvEGMPmVeJ8HjOtB6wOU)
19+
1620
## Proposal
1721

1822
This proposal consists of 3 major components: a Governor interface, the Semaphore class, and the AsyncIterator.prototype integration.

0 commit comments

Comments
 (0)