DelayAll

data class DelayAll(val delay: Duration, val direction: Direction = Direction.Both) : FaultProfile

Delay every frame in direction by delay.

Uses kotlinx.coroutines.delay so kotlinx.coroutines.test.runTest's virtual time controls delivery — no wall-clock dependency.

Constructors

Link copied to clipboard
constructor(delay: Duration, direction: Direction = Direction.Both)

Properties

Link copied to clipboard
Link copied to clipboard