Turbine
fun <T> Turbine(timeout: Duration? = null, name: String? = null): Turbine<T>
Content copied to clipboard
Construct a standalone Turbine.
Parameters
timeout
If non-null, overrides the current Turbine timeout for this Turbine. See also: withTurbineTimeout.
name
If non-null, name is added to any exceptions thrown to help identify which Turbine failed.