1.0.8 • Published 4 years ago

promise-parallel-serial v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago