BarrierResponse

data class BarrierResponse(val name: String)

Barrier runnable blocks until all tasks in a taskgroup reach it.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.