A
C
D
E
F
G
I
L
M
O
P
R
S
T
W
Z
S
- set(kotlinx.coroutines.CoroutineDispatcher,kotlinx.coroutines.CoroutineDispatcher) - function in io.getstream.result.call.dispatcher.CallDispatcherProvider
- Overrides the main (UI thread) and IO dispatcher.
- share(io.getstream.result.call.Call,kotlinx.coroutines.CoroutineScope,kotlin.jvm.functions.Function0) - function in io.getstream.result.call.CallKt
- Shares the existing Call instance for the specified identifier.
- SharedCalls - class in io.getstream.result.call
- The CoroutineContext.Element which holds ongoing calls until those get finished.
- SharedCalls.Key - class in io.getstream.result.call.SharedCalls
- shouldRetry(java.lang.Integer,io.getstream.result.Error) - function in io.getstream.result.call.retry.RetryPolicy
- Determines whether the call should be retried.