mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-11 19:23:10 +00:00
Updated AsyncFunction (markdown)
parent
dcbf1871c4
commit
a1de24dc2a
|
@ -45,6 +45,8 @@ function main(args) {
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.main = main;
|
exports.main = main;
|
||||||
exprts.onShoutcut = onShoutcut;
|
exports.onShoutcut = onShoutcut;
|
||||||
exports._async_sub_01 = _async_sub_01;
|
exports._async_sub_01 = _async_sub_01;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use the `_async_` prefix to create an asynchronous function.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user