libasync
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-a9 • Public • Published

LibAsync

Build Status NPM Package

This is an asynchronous library for JavaScript/TypeScript.

Installation

NPM is recommanded installation way:

npm install libasync

Tools

Items with √ are achieved.

  • tools.setNextTick
  • tools.once
  • tools.RawPromise
  • control.parallel
  • control.concurrent
  • control.series
  • control.flow
  • control.loopIf
  • control.loopUntil
  • control.whileIf
  • control.whileUntil
  • control.forever
  • control.repeat
  • control.auto
  • control.retry
  • list.forEach.series
  • list.forEach.parallel
  • list.forEach.concurrent
  • list.map.series
  • list.map.parallel
  • list.map.concurrent
  • list.filter.series
  • list.filter.parallel
  • list.filter.concurrent

AUTHOR

Angus.Fenying <i.am.x.fenying@gmail.com>

LICENSE

This library is licensed under the Apache-2.0 license.

Package Sidebar

Install

npm i libasync

Weekly Downloads

6

Version

0.1.0-a9

License

Apache-2.0

Last publish

Collaborators

  • fenying