MCPcopy Create free account
hub / github.com/nodejs/node / asyncFunctionAfterAwait

Function asyncFunctionAfterAwait

test/parallel/test-async-local-storage-enter-with.js:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const als = new AsyncLocalStorage();
9
10async function asyncFunctionAfterAwait() {
11 await 0;
12 als.enterWith('after await');
13}
14
15function promiseThen() {
16 return Promise.resolve()

Callers 1

mainFunction · 0.85

Calls 1

enterWithMethod · 0.45

Tested by

no test coverage detected