Uses of Annotation Type
org.spockframework.util.ThreadSafe
Packages that use ThreadSafe
Package
Description
Utilities for testing concurrent code.
-
Uses of ThreadSafe in org.spockframework.runtime
Classes in org.spockframework.runtime with annotations of type ThreadSafe -
Uses of ThreadSafe in org.spockframework.util
Classes in org.spockframework.util with annotations of type ThreadSafe -
Uses of ThreadSafe in spock.util.concurrent
Classes in spock.util.concurrent with annotations of type ThreadSafeModifier and TypeClassDescriptionclassAlternative to class BlockingVariable(s) that allows to evaluate conditions in a thread other than the spec runner's thread(s).classA statically typed variable whose get() method will block until some other thread has set a value with the set() method, or a timeout expires.