Skip to content

Instantly share code, notes, and snippets.

@Aschen
Created May 4, 2020 10:01
Show Gist options
  • Save Aschen/02fcd4bf7e3a032feac3fc0190f917e0 to your computer and use it in GitHub Desktop.
Save Aschen/02fcd4bf7e3a032feac3fc0190f917e0 to your computer and use it in GitHub Desktop.
const contextStore = new Map();
contextStore.set('requestId', uuid());
asyncLocalStorage.run(contextStore, async () => {
// entering asynchronous context
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment