session

suspend fun session(name: String, block: suspend SessionResourceBuilder.() -> Unit): Session

Parameters

name

The unique name of the resulting resource.

block

Builder for Session.

See also


fun session(name: String): Session

Parameters

name

The unique name of the resulting resource.

See also