scope

suspend fun scope(name: String, block: suspend ScopeResourceBuilder.() -> Unit): Scope

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Scope.


fun scope(name: String): Scope

See also

Parameters

name

The unique name of the resulting resource.