Session
Types
Context
Link copied to clipboard
class Context(data: MutableMap<Session.Context.Key<*>, Session.Context.Item<*>>)
Content copied to clipboard
Id
Link copied to clipboard
Key
Link copied to clipboard
Functions
contextTransaction
Link copied to clipboard
abstract suspend fun contextTransaction(block: Session.Context.Mutator.() -> Unit)
Content copied to clipboard
copyOfContext
Link copied to clipboard
get
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
iterator
Link copied to clipboard
minusKey
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
plus
Link copied to clipboard
Properties
key
Link copied to clipboard