Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
const
als =
new
AsyncLocalStorage();
9
10
async
function
asyncFunctionAfterAwait() {
11
await
0;
12
als.enterWith(
'after await'
);
13
}
14
15
function
promiseThen() {
16
return
Promise.resolve()
Callers
1
main
Function · 0.85
Calls
1
enterWith
Method · 0.45
Tested by
no test coverage detected