PowerSync Kotlin
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
PowerSync Kotlin
PowerSync Common
/
com.powersync.utils
/
withAbortSignal
with
Abort
Signal
web
suspend
fun
<
T
>
withAbortSignal
(
block
:
suspend
CoroutineScope
.
(
JsAny
)
->
T
)
:
T
(
source
)
Runs a suspending function with a JavaScript abort signal hooked to its job.