runYafrl

inline fun <R> runYafrl(scope: CoroutineScope = CoroutineScope(Dispatchers.Default), timeTravel: Boolean = false, body: SampleScope.() -> R): R(source)