Turbine

fun <T> Turbine(timeout: Duration? = null): Turbine<T>

Construct a standalone Turbine.

Parameters

timeout

If non-null, overrides the current Turbine timeout for this Turbine. See also: withTurbineTimeout.