public interface QueueLock
extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
acquireLock() |
void |
quietUnlock()
wont report if it was unable to unlock, useful when closing, and you are not sure if you hold the lock in the first place.
|
void |
unlock() |
void |
waitForLock() |
Copyright © 2020. All rights reserved.