Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ microTaskFunction
Function
microTaskFunction
tests/unit/asynchronous-processing-discipline.test.ts:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
const
tracked = [];
103
104
async
function
microTaskFunction() {
105
tracked.push(1);
106
}
107
108
microTaskFunction();
109
tracked.push(2);
Callers
1
asynchronous-processing-discipline.test.ts
File · 0.85
Calls
2
push
Method · 0.80
resolve
Method · 0.65
Tested by
no test coverage detected