Negative.
what is the "async prefix" equivalent of the following?
global e: eventloop;
noasync fn parent()
childfn(e)
Negative.
what is the "async prefix" equivalent of the following?
global e: eventloop;
noasync fn parent()
end