Skip to content
Snippets Groups Projects
Commit bc1ef91a authored by root's avatar root
Browse files

Description added

parent 71d89824
Branches gh-pages
No related merge requests found
......@@ -18,6 +18,9 @@ Depends:
${misc:Depends}
, nodejs
Description: Minimal async jobs utility library, with streams support
FIX_ME long description
Runs iterator over provided array sequentially. Stores output in the `result`
array on the matching positions. In unlikely event of an error from one of
the jobs, will not proceed to the rest of the items in the list
and return error along with salvaged data to the main callback function.
.
Node.js is an event-based server-side JavaScript engine.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment