Package-level declarations

Functions

Link copied to clipboard
fun <R : JsAny?> createIsolatedPromise(block: suspend CoroutineScope.() -> R): Promise<R>
Link copied to clipboard
suspend fun internalSubscribeJob(subscribe: () -> () -> Unit): Job
Link copied to clipboard
fun IsolatedCoroutineScope(): CoroutineScope
Link copied to clipboard
fun <R : JsAny?> CoroutineScope.safePromise(block: suspend CoroutineScope.() -> R): Promise<R>