matchLimit

@get:JvmName(name = "getMatchLimit")
@set:JvmName(name = "setMatchLimit")
actual var matchLimit: UInt(source)

The maximum number of in-progress matches.

Default: UInt.MAX_VALUE

Throws

If the match limit is set to 0.

expect var matchLimit: UInt(source)

The maximum number of in-progress matches.

Default: UInt.MAX_VALUE

Throws

If the match limit is set to 0.

@get:JvmName(name = "getMatchLimit")
@set:JvmName(name = "setMatchLimit")
actual var matchLimit: UInt(source)

The maximum number of in-progress matches.

Default: UInt.MAX_VALUE

Throws

If the match limit is set to 0.

actual var matchLimit: UInt(source)

The maximum number of in-progress matches.

Default: UInt.MAX_VALUE

Throws

If the match limit is set to 0.