Skip to content

Commit cc03f7a

Browse files
superbrobenjigithub-actions[bot]
authored andcommitted
Merge pull request #99 from superbrobenji/dtd/tests
asdfa
1 parent 90f4f04 commit cc03f7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ export class Queue {
7373
* @param {number} maxRetries - The max amount of promises to run concurrently
7474
*@example
7575
* const queue = new Queue()
76-
*
7776
* //setting retries to 3
78-
* queue.setRetries(3)
79-
*
80-
* const pets = () =>{
81-
* return new Promise((resolve, reject) =>{
8277
* setTimeout(reject('rejected'), 100)
8378
* })
8479
* }

0 commit comments

Comments
 (0)