shultz🇮🇱S
Deno3y ago
3 replies
shultz🇮🇱

Async execution context

Is there any way I can create a global that is unique to an async operation? I would like to use that for logging operation context. Or maybe just a built in way to get some kind ID of the current operation, as in for each task in the event loop getting a different ID, than I can use regular module context with the ID.
Was this page helpful?