Package arrow. fx. coroutines
Types
Link copied to clipboard
abstract class ArrowFxSpec(iterations: Int = 250, spec: ArrowFxSpec.() -> Unit = {}) : UnitSpec
Content copied to clipboard
Simple overwritten Kotest StringSpec (UnitSpec) to reduce stress on tests.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Example usage:
Link copied to clipboard
suspend fun <A> awaitExitCase(start: CompletableDeferred<Unit>, exit: CompletableDeferred<ExitCase>): A
Content copied to clipboard
suspend fun <A> awaitExitCase(send: Channel<Unit>, exit: CompletableDeferred<ExitCase>): A
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard