Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any time.
()
| 42 | /** Unlocks this request WITHOUT using it up. Note that this never throws, so it is safe to call this at any |
| 43 | * time. */ |
| 44 | void release(); |
| 45 | } |
| 46 | |
| 47 | /** An item stack that has preciously been requested. This starts off unlocked (it may or may not actually |
no outgoing calls
no test coverage detected