Updated AsyncFunction (markdown)

Namhyeon Go 2022-06-05 20:06:52 +09:00
parent dcbf1871c4
commit a1de24dc2a

@ -45,6 +45,8 @@ function main(args) {
}
exports.main = main;
exprts.onShoutcut = onShoutcut;
exports.onShoutcut = onShoutcut;
exports._async_sub_01 = _async_sub_01;
```
You can use the `_async_` prefix to create an asynchronous function.