![JAR search and dependency download from the Maven repository](/logo.png)
widebase.stream.handler.cq.BlockLock.scala Maven / Gradle / Ivy
package widebase.stream.handler.cq
import scala.concurrent.Lock
/** Block locks.
*
* @author myst3r10n
*/
class BlockLock extends Lock {
def waitOfUnlock = synchronized {
if(!available)
wait
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy