Page MenuHomePhorge

loop.async.js
No OneTemporary

Size
246 B
Referenced Files
None
Subscribers
None

loop.async.js

let count = 0;
async function meow() {
count++;
return 'hi';
}
async function server() {
return await meow();
}
async function main() {
await server();
}
for (let i = 0; i < 10000; i++) {
void main();
}
console.log('done', count);

File Metadata

Mime Type
text/x-c
Expires
Fri, Mar 27, 6:16 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512033
Default Alt Text
loop.async.js (246 B)

Event Timeline