1.0.8 • Published 6 years ago

promise-parallel-serial v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

promise-parallel-serial

import addPromise, {changeParallel} from 'promise-parallel-serial'

// fn:function () {return new Promise()}
// ctx: this
// args: fn.call(ctx, args)
addPromise(fn: Promise, ctx, args)

// get parallel num
changeParallel() //  get current parallel , default is 2

// change parallel num
changeParallel(3) // set parallel is 3
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago