Updated AsyncFunction (markdown)

Namhyeon Go 2024-08-06 21:39:07 +09:00
parent 3321c05c6b
commit bae06dbd8e

@ -39,8 +39,10 @@ var sub_01 = new AsyncFunction(function(args) {
});
function main(args) {
AsyncFunction.Initialize(exports, args); // if this is completed, stop with `AsyncFunction.Resolved` exception
// If this is completed, stop with an AsyncFunction.Resolved exception.
AsyncFunction.Initialize(exports, args);
// If it does not try to call an async function.
onShoutcut(args);
}