Properties

Link copied to clipboard
abstract var signal: AbortSignal?

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun <R> Abortable?.coroutineScope(block: suspend CoroutineScope.() -> R): R