Skip to content

Commit

Permalink
Update src/libs/Network/SequentialQueue.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Golen <tgolen@gmail.com>
  • Loading branch information
jasperhuangg and tgolen authored Nov 3, 2022
1 parent a7e3e6c commit 0885f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Network/SequentialQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function getCurrentRequest() {
}

/**
* Returns a promise that resolves when the last request on the queue responds.
* Returns a promise that resolves when the sequential queue is done processing all persisted write requests.
* @returns {Promise}
*/
function waitForIdle() {
Expand Down

0 comments on commit 0885f91

Please sign in to comment.