pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.kmp
/
awaitAll
await
All
fun
<
T
>
Collection
<
PNFuture
<
T
>
>
.
awaitAll
(
)
:
PNFuture
<
List
<
T
>
>
fun
<
T
,
U
>
awaitAll
(
future1
:
PNFuture
<
T
>
,
future2
:
PNFuture
<
U
>
)
:
PNFuture
<
Pair
<
T
,
U
>
>
fun
<
T
,
U
,
X
>
awaitAll
(
future1
:
PNFuture
<
T
>
,
future2
:
PNFuture
<
U
>
,
future3
:
PNFuture
<
X
>
)
:
PNFuture
<
Triple
<
T
,
U
,
X
>
>