Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link parallel async iterator slides #1316

Merged
merged 1 commit into from
Jan 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2023/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Supporting materials includes slides, a link to the proposal repository, a link
| | 3 | 45m | [Temporal](https://github.com/tc39/proposal-temporal) Stage 3 update and normative PRs ([slides](https://ptomato.name/talks/tc39-2023-01/), [spec](https://tc39.es/proposal-temporal)) | Philip Chimento |
| | 3 | 60m | [Problems](https://gist.github.com/peetklecha/a55532165dbd4905aa91bbe59e8b1001) with [import assertions](https://github.com/tc39/proposal-import-assertions/) for module types and a possible general solution ([HTML issue](https://github.com/whatwg/html/issues/7233), [slides](https://docs.google.com/presentation/d/1HbWhyo4tSnpv4vMZqCa2YQvi_mKdpDi4JWWBtSUQqQY/edit)) | Nicolò Ribaudo |
| | 3 | 15m | [JSON.parse source text access](https://github.com/tc39/proposal-json-parse-with-source) Stage 3 update ([slides](https://docs.google.com/presentation/d/1HZVC1MI889MxMjHfmrqGiJtHc5THdmQpFI_ocAyR3q4/edit), [spec](https://tc39.github.io/proposal-json-parse-with-source)) | Richard Gibson |
| | 3 | 30m | Parallel async iterators via a tweak to iterator helpers ([slides](https://docs.google.com/presentation/d/1Gjeg069s1g7vvDUZhJ2Rtb-cBXwQX9WtbHuGLEfbtdw/edit?usp=sharing), [proposal](https://github.com/tc39/proposal-iterator-helpers)) | Kevin Gibbons |
| | 2 | 30m | [ArrayBuffer transfer](https://github.com/tc39/proposal-arraybuffer-transfer) for Stage 3 ([slides](https://docs.google.com/presentation/d/1ctltZWJQ5s0xXa4x6Ot0kPod2iVsmwh9z6oJGbRzuTo/edit?usp=sharing), [spec](https://tc39.es/proposal-arraybuffer-transfer/)) | Shu-yu Guo |
| | 2 | 60m | [Async Explicit Resource Management](https://github.com/tc39/proposal-async-explicit-resource-management/) for Stage 3? ([slides](https://1drv.ms/p/s!AjgWTO11Fk-TkoUrpbKj1NY_bFBEzg?e=GmlwFX), [spec](https://github.com/tc39/proposal-async-explicit-resource-management/)) | Ron Buckton |
| | 1 | 30m | [Intl era and monthCode](https://github.com/tc39/proposal-intl-era-monthcode) for Stage 2 ([slides](https://docs.google.com/presentation/d/1TlhwLfCBsH9MjJTZYpQxfGs4jVnsMX0U8X0hi8WSoxc), [spec](https://tc39.es/proposal-intl-era-monthcode)) | Frank Yung-Fong Tang |
Expand Down