DefaultSession
Functions
awaitCompletedContextSync
Link copied to clipboard
open suspend override fun awaitCompletedContextSync()
Content copied to clipboard
bind
Link copied to clipboard
clearContext
Link copied to clipboard
open suspend override fun clearContext()
Content copied to clipboard
contextTransaction
Link copied to clipboard
open suspend override 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
open override fun observeModifications(): Flow<Set<Session.Context.Key<*>>>
Content copied to clipboard
plus
Link copied to clipboard
update
Link copied to clipboard
whileConnected
Link copied to clipboard
suspend fun whileConnected()
Content copied to clipboard
Properties
key
Link copied to clipboard