Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2917638
loop.async.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
247 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
<
100000
;
i
++
)
{
void
main
();
}
console
.
log
(
'done'
,
count
);
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Mar 26, 9:20 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512253
Default Alt Text
loop.async.js (247 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment