ParallelVersionSpecific

utest.asserts.ParallelVersionSpecific

Asserts which only make sense when running on multiple threads.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Parallel.type

Members list

Value members

Concrete methods

def continuallyProxy(exprs: Expr[Seq[Boolean]], ri: Expr[RetryInterval], rm: Expr[RetryMax])(using ctx: Quotes): Expr[Unit]
def eventuallyProxy(exprs: Expr[Seq[Boolean]], ri: Expr[RetryInterval], rm: Expr[RetryMax])(using ctx: Quotes): Expr[Unit]