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
awaitCompletedContextSync
Link copied to clipboard
abstract suspend fun awaitCompletedContextSync()
Content copied to clipboard
clearContext
Link copied to clipboard
abstract suspend fun clearContext()
Content copied to clipboard
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
observeContextSnapshots
Link copied to clipboard
observeModifications
Link copied to clipboard
plus
Link copied to clipboard
Properties
key
Link copied to clipboard