Package-level declarations
Functions
Link copied to clipboard
fun <P1 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1) -> R): (P1) -> Promise<R>
fun <P1 : JsAny?, P2 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2) -> R): (P1, P2) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3) -> R): (P1, P2, P3) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4) -> R): (P1, P2, P3, P4) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : JsAny?, P5 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4, P5) -> R): (P1, P2, P3, P4, P5) -> Promise<R>