Skip to content

Commit

Permalink
Made suggested change.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@swirldslabs.com>
  • Loading branch information
Cody Littley committed Nov 2, 2023
1 parent 41302db commit 683bc0a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ public abstract class ObjectCounter {
public abstract long getCount();

/**
* Blocks until the number of objects off-ramped is equal to the number of objects on-ramped.
* Blocks until the number of objects off-ramped is equal to the number of objects on-ramped. Does not prevent
* new objects from being on-ramped. If new objects are continuously on-ramped, it is possible that this method
* may block indefinitely.
*/
public abstract void waitUntilEmpty();
}

0 comments on commit 683bc0a

Please sign in to comment.