RunnerOps

final implicit
class RunnerOps[T <: Txn[T]](r: Runner[T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def runAndDispose()(implicit tx: T): Unit

Starts the runner, and then watches it until it is stopped (or done or failed), then calling dispose on it.

Starts the runner, and then watches it until it is stopped (or done or failed), then calling dispose on it.