denoland / deno_core

The core engine at the heart of Deno
MIT License
233 stars 76 forks source link

feat: async context #804

Closed devsnek closed 1 day ago

devsnek commented 1 week ago

This needs https://chromium-review.googlesource.com/c/v8/v8/+/5659459 to replace the get_cped/set_cped functions but we can still experiment with it in the meantime.

devsnek commented 1 day ago

It turns out no changes are needed in deno_core for this (EnqueueMicrotask also tracks it for us, useful), just a v8 upgrade once CPED is in rusty_v8.