|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadSafe | |
---|---|
spock.util.concurrent | Utilities for testing concurrent code. |
Uses of ThreadSafe in spock.util.concurrent |
---|
Classes in spock.util.concurrent with annotations of type ThreadSafe | |
---|---|
class |
AsyncConditions
Alternative to class BlockingVariable(s) that allows to evaluate conditions in a thread other than the spec runner's thread(s). |
class |
BlockingVariable<T>
A statically typed variable whose get() method will block until some other thread has set a value with the set() method, or a timeout expires. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |