Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2920339
loop.async.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
246 B
Referenced Files
None
Subscribers
None
loop.async.js
View Options
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
Details
Attached
Mime Type
text/x-c
Expires
Fri, Mar 27, 6:17 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512033
Default Alt Text
loop.async.js (246 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment