Uses up the stack, unlocking it and making this request useless. Future calls to #lock() will throw an IllegalStateException. @throws IllegalStateException if this was not locked previously.
()
| 38 | * |
| 39 | * @throws IllegalStateException if this was not locked previously. */ |
| 40 | void use() throws IllegalStateException; |
| 41 | |
| 42 | /** Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any |
| 43 | * time. */ |
no outgoing calls
no test coverage detected