1.0.8 • Published 5 years ago

promise-parallel-serial v1.0.8

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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago