mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-11 03:03:10 +00:00
Updated AsyncFunction (markdown)
parent
d7eabbab40
commit
1eb0d50b43
|
@ -23,6 +23,8 @@ exports.main = main;
|
||||||
#### In the console
|
#### In the console
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
var STD = require("lib/std");
|
||||||
|
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user