Updated AsyncFunction (markdown)

Namhyeon Go 2024-08-06 21:24:26 +09:00
parent 7552c01f14
commit 15c8791d64

@ -46,7 +46,5 @@ function main(args) {
exports.main = main;
exports.onShoutcut = onShoutcut;
exports._async_sub_01 = _async_sub_01;
exports.sub_01 = sub_01;
```
You can use the `_async_` prefix to create an asynchronous function.