public interface LockableRunnable extends Runnable
release() is called. After construction,
execution of this runnable is locked and can thus not start until the release method is
manually called. Releasing an instance multiple times is allowed since 1.1.0 and has no
further effect.| Modifier and Type | Method and Description |
|---|---|
void |
release()
Releases the lock which causes this runnable to block.
|
Copyright © 2014–2018. All rights reserved.