Updated AsyncFunction (markdown)

Namhyeon Go 2022-06-05 19:54:04 +09:00
parent 47f720899d
commit d7eabbab40

@ -22,7 +22,7 @@ exports.main = main;
#### In the console #### In the console
``` ```js
function main(args) { function main(args) {
[5, 4, 3, 2, 1].forEach(function(x) { [5, 4, 3, 2, 1].forEach(function(x) {
new AsyncFunction('sub_01', 'mymodule').run(x); new AsyncFunction('sub_01', 'mymodule').run(x);