Skip to content

Commit

Permalink
Add matrix room and public calendar links
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed May 4, 2024
1 parent b1d445b commit 952fe80
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Champions:
- Chengzhong Wu ([@legendecas](https://github.com/legendecas))
- Justin Ridgewell ([@jridgewell](https://github.com/jridgewell))

Discuss with the group and join the bi-weekly via [#tc39-async-context][] matrix room ([Matrix Guide][]). Check out the [TC39 Public Calendar][] for more details about the bi-weekly meeting time.

# Motivation

When writing synchronous JavaScript code, a reasonable expectation from
Expand Down Expand Up @@ -625,11 +627,14 @@ Error: Call stack
at businessLogic (example.js)
```

[async stack traces]: https://v8.dev/docs/stack-trace-api#async-stack-traces
[`asyncresource.runinasyncscope`]:
https://nodejs.org/dist/latest-v14.x/docs/api/async_hooks.html#async_hooks_asyncresource_runinasyncscope_fn_thisarg_args
[#tc39-async-context]: https://matrix.to/#/#tc39-async-context:matrix.org
[Matrix Guide]: https://github.com/tc39/how-we-work/blob/main/matrix-guide.md
[async stack traces]: https://v8.dev/docs/stack-trace-api#async-stack-traces
[async stack tagging api]:
https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces
[domain module postmortem]: https://nodejs.org/en/docs/guides/domain-postmortem/
[solution.md]: ./SOLUTION.md
[scoping.md]: ./SCOPING.md
[async stack tagging api]:
https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces
[TC39 Public Calendar]: https://calendar.google.com/calendar/embed?src=37a2107dff15193b42fffa091bc999165695d43b7e4f43b65eab093da2757a3a%40group.calendar.google.com&ctz=America%2FChicago

0 comments on commit 952fe80

Please sign in to comment.