19:28 | <rwaldron-> | littledan can you link to any docs or whatever for Async Context? |
19:28 | <rwaldron-> | (I wonder if this is anything like the ridiculous "async block" idea I had a few years ago) |
20:04 | <bradleymeck> | rwaldron-: it is basically a standardized form of https://nodejs.org/dist/latest-v14.x/docs/api/async_hooks.html#async_hooks_class_asynclocalstorage |
20:04 | <bradleymeck> | https://github.com/legendecas/proposal-async-context |
20:05 | <bradleymeck> | https://docs.google.com/presentation/d/1Ef2JI4ntkWd-M8fDqOGZGGh7CiPD05L39CZRSv1II_0/edit#slide=id.p |
20:22 | <rwaldron-> | bradleymeck rad, thanks |