GoalExecutionRestriction

Types

Companion
Link copied to clipboard
common
object Companion : CoroutineContext.Key<GoalExecutionRestriction>

Functions

fold
Link copied to clipboard
common
open override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R
get
Link copied to clipboard
common
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
minusKey
Link copied to clipboard
common
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
plus
Link copied to clipboard
common
open operator fun plus(context: CoroutineContext): CoroutineContext

Properties

key
Link copied to clipboard
common
open override val key: CoroutineContext.Key<*>
policy
Link copied to clipboard
common
val policy: GoalExecutionRestrictionPolicy