* Decrease parallelism. * @returns {void}
()
| 285 | * @returns {void} |
| 286 | */ |
| 287 | decreaseParallelism() { |
| 288 | const root = this._root; |
| 289 | root._parallelism--; |
| 290 | } |
| 291 | |
| 292 | /** |
| 293 | * Checks whether this async queue is processing. |
no outgoing calls
no test coverage detected