MCPcopy 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);

Calls 2

pushMethod · 0.80
resolveMethod · 0.65

Tested by

no test coverage detected