CloseOutputChannels

Closes/removes the output channels named in names.

Constructors

Link copied to clipboard
constructor(names: Iterable<String>)
constructor(vararg names: String)
constructor(names: Sequence<String>)

Properties

Link copied to clipboard
open override val names: Iterable<String>

Functions

Link copied to clipboard
open override fun applyTo(context: ExecutionContext): ExecutionContext

Produces the ExecutionContext resulting from applying this side effect to context.