You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While add() throws an IllegalStateException if the Queue is full, a put()
just waits until there is space left in Queue.
- add "return"
The usage of "return" is encouraged to make sure to stop a thread when it's
interrupted.
See hbz/lobid-resources#980.
0 commit comments