VfsCachedStatContext

Constructors

Link copied to clipboard
constructor(stat: VfsStat?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun CoroutineContext.delay(time: TimeSpan)
Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Link copied to clipboard
fun CoroutineContext.launchUnscoped(block: suspend () -> Unit)
Link copied to clipboard
suspend fun <T> CoroutineContext.launchUnscopedAndWait(block: suspend () -> T): T
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Link copied to clipboard
Link copied to clipboard
open operator fun plus(context: CoroutineContext): CoroutineContext