Updated AsyncFunction (markdown)

Namhyeon Go 2022-06-05 19:54:51 +09:00
parent d7eabbab40
commit 1eb0d50b43

@ -23,6 +23,8 @@ exports.main = main;
#### In the console
```js
var STD = require("lib/std");
function main(args) {
[5, 4, 3, 2, 1].forEach(function(x) {
new AsyncFunction('sub_01', 'mymodule').run(x);