ManagedExecution

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

Functions

Link copied to clipboard
inline fun copy(block: ManagedExecution.Builder.() -> Unit = {}): ManagedExecution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String