FrameTimeout

data class FrameTimeout(frameTimeoutMs: Long) : RuntimeConfig

This version of the runtime will process as many actions as possible after one is received until frameTimeoutMs has passed, at which point it will render().

Constructors

FrameTimeout
Link copied to clipboard
fun FrameTimeout(frameTimeoutMs: Long = 30L)

Properties

frameTimeoutMs
Link copied to clipboard
val frameTimeoutMs: Long = 30L