Searched refs:coroutines (Results 1 – 25 of 12523) sorted by relevance
12345678910>>...501
1 …coroutines/kotlinx-coroutines-core/common/src/AbstractCoroutine.kt external/kotlinx.coroutines/kot…
1 # Module kotlinx-coroutines-core3 Core primitives to work with coroutines.9 …h][kotlinx.coroutines.launch] | [Job][kotlinx.coroutines.Job] …10 …c][kotlinx.coroutines.async] | [Deferred][kotlinx.coroutines.Deferred] …11 …ce][kotlinx.coroutines.channels.produce] | [ReceiveChannel][kotlinx.coroutines.channels.ReceiveCha…12 …king][kotlinx.coroutines.runBlocking] | `T` …18 | [Dispatchers.Default][kotlinx.coroutines.Dispatchers.Default] | Confines coroutine executio…19 | [Dispatchers.Unconfined][kotlinx.coroutines.Dispatchers.Unconfined] | Does not confine coroutine …25 | [NonCancellable][kotlinx.coroutines.NonCancellable] | A non-cancelable job …26 | [CoroutineExceptionHandler][kotlinx.coroutines.CoroutineExceptionHandler] | Handler for uncaught …[all …]
1 …nx/coroutines/AbstractCoroutine : kotlinx/coroutines/JobSupport, kotlin/coroutines/Continuation, k…2 public fun <init> (Lkotlin/coroutines/CoroutineContext;ZZ)V5 public final fun getContext ()Lkotlin/coroutines/CoroutineContext;6 public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;12 …public final fun start (Lkotlinx/coroutines/CoroutineStart;Ljava/lang/Object;Lkotlin/jvm/functions…15 public final class kotlinx/coroutines/AwaitKt {16 …public static final fun awaitAll (Ljava/util/Collection;Lkotlin/coroutines/Continuation;)Ljava/lan…17 …public static final fun awaitAll ([Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/Continuation;)L…18 …public static final fun joinAll (Ljava/util/Collection;Lkotlin/coroutines/Continuation;)Ljava/lang…19 …public static final fun joinAll ([Lkotlinx/coroutines/Job;Lkotlin/coroutines/Continuation;)Ljava/l…[all …]
... public abstract kotlinx.coroutines.AbstractCoroutine extends kotlinx.coroutines.JobSupport implements kotlinx.coroutines.Job kotlin.
1 # Module kotlinx-coroutines-core3 Core primitives to work with coroutines available on all platforms.11 …][kotlinx.coroutines.channels.produce] | [ReceiveChannel][kotlinx.coroutines.channels.ReceiveC…12 …[actor][kotlinx.coroutines.channels.actor] | [SendChannel][kotlinx.coroutines.channels.SendCha…31 Synchronization primitives for coroutines:35 | [Mutex][kotlinx.coroutines.sync.Mutex] | [lock][kotlinx.coroutines.sync.Mutex.lock] …36 … [Channel][kotlinx.coroutines.channels.Channel] | [send][kotlinx.coroutines.channels.SendChannel.…54 [Select][kotlinx.coroutines.selects.select] expression waits for the result of multiple suspending …60 …coroutines.channels.SendChannel] | [send][kotlinx.coroutines.channels.SendChannel.send] …61 …coroutines.channels.ReceiveChannel] | [receive][kotlinx.coroutines.channels.ReceiveChannel.receive…[all …]
406 HSPLkotlinx/coroutines/AbstractCoroutine;-><init>(Lkotlin/coroutines/CoroutineContext;Z)V407 HSPLkotlinx/coroutines/AbstractCoroutine;->afterResume(Ljava/lang/Object;)V408 HSPLkotlinx/coroutines/AbstractCoroutine;->cancellationExceptionMessage()Ljava/lang/String;409 HSPLkotlinx/coroutines/AbstractCoroutine;->getContext()Lkotlin/coroutines/CoroutineContext;410 HSPLkotlinx/coroutines/AbstractCoroutine;->getCoroutineContext()Lkotlin/coroutines/CoroutineContext;411 HSPLkotlinx/coroutines/AbstractCoroutine;->initParentJob$kotlinx_coroutines_core()V412 HSPLkotlinx/coroutines/AbstractCoroutine;->isActive()Z413 HSPLkotlinx/coroutines/AbstractCoroutine;->onCancelled(Ljava/lang/Throwable;Z)V414 HSPLkotlinx/coroutines/AbstractCoroutine;->onCompleted(Ljava/lang/Object;)V415 HSPLkotlinx/coroutines/AbstractCoroutine;->onCompletionInternal(Ljava/lang/Object;)V[all …]
1 # kotlinx.coroutines 6 …etbrains.kotlinx/kotlinx-coroutines-core/1.8.1)](https://central.sonatype.com/artifact/org.jetbrai…8 …ields.io/badge/chat-slack-green.svg?logo=slack)](https://kotlinlang.slack.com/messages/coroutines/)10 Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.23 > Play with coroutines online [here](https://pl.kotl.in/9zva88r7S)27 * [core](kotlinx-coroutines-core/README.md) — common coroutines across all platforms:29 …(included out of the box), and [Default][Dispatchers.Default] dispatcher for background coroutines;35 * [SupervisorJob()] and [CoroutineExceptionHandler] for supervision of coroutines hierarchies;37 * [core/jvm](kotlinx-coroutines-core/jvm/) — additional core features available on Kotlin/JVM:38 * [Dispatchers.IO] dispatcher for blocking coroutines;[all …]
1 …coroutines/kotlinx-coroutines-core/jvm/src/AbstractTimeSource.kt external/kotlinx.coroutines/kotli…
... public abstract kotlinx.coroutines.JobNode extends kotlinx.coroutines.CompletionHandlerBase implements kotlinx.coroutines.DisposableHandle kotlinx. ...
1 public abstract interface class kotlinx/coroutines/test/DelayController {7 …public abstract fun pauseDispatcher (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuati…12 public final class kotlinx/coroutines/test/TestBuildersKt {13 …public static final fun runBlockingTest (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions…14 …public static final fun runBlockingTest (Lkotlinx/coroutines/test/TestCoroutineDispatcher;Lkotlin/…15 …public static final fun runBlockingTest (Lkotlinx/coroutines/test/TestCoroutineScope;Lkotlin/jvm/f…16 …public static final fun runBlockingTest (Lkotlinx/coroutines/test/TestScope;Lkotlin/jvm/functions/…17 …public static synthetic fun runBlockingTest$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/j…18 …public static final fun runBlockingTestOnTestScope (Lkotlin/coroutines/CoroutineContext;Lkotlin/jv…19 …public static synthetic fun runBlockingTestOnTestScope$default (Lkotlin/coroutines/CoroutineContex…[all …]
1 # Module kotlinx-coroutines-rx240 [kotlinx-coroutines-reactive](../kotlinx-coroutines-reactive) module.46 | [Job.asCompletable][kotlinx.coroutines.Job.asCompletable] | Converts job to hot completable47 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single50 <!--- MODULE kotlinx-coroutines-core -->51 <!--- INDEX kotlinx.coroutines -->53 …routineScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…54 …neDispatcher]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…56 <!--- INDEX kotlinx.coroutines.channels -->58 …roducerScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…[all …]
1 # Module kotlinx-coroutines-rx340 [kotlinx-coroutines-reactive](../kotlinx-coroutines-reactive) module.46 | [Job.asCompletable][kotlinx.coroutines.Job.asCompletable] | Converts job to hot completable47 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single50 <!--- MODULE kotlinx-coroutines-core -->51 <!--- INDEX kotlinx.coroutines -->53 …routineScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…54 …neDispatcher]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…56 <!--- INDEX kotlinx.coroutines.channels -->58 …roducerScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…[all …]
1 public final class kotlinx/coroutines/rx2/RxAwaitKt {2 …public static final fun await (Lio/reactivex/CompletableSource;Lkotlin/coroutines/Continuation;)Lj…3 …public static final synthetic fun await (Lio/reactivex/MaybeSource;Lkotlin/coroutines/Continuation…4 …public static final fun await (Lio/reactivex/SingleSource;Lkotlin/coroutines/Continuation;)Ljava/l…5 …public static final fun awaitFirst (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation…6 …rstOrDefault (Lio/reactivex/ObservableSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…7 …Lio/reactivex/ObservableSource;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Lj…8 …public static final fun awaitFirstOrNull (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Contin…9 …public static final fun awaitLast (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation;…10 …un awaitOrDefault (Lio/reactivex/MaybeSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…[all …]
1 public final class kotlinx/coroutines/rx3/RxAwaitKt {2 …public static final fun await (Lio/reactivex/rxjava3/core/CompletableSource;Lkotlin/coroutines/Con…3 …public static final synthetic fun await (Lio/reactivex/rxjava3/core/MaybeSource;Lkotlin/coroutines…4 …public static final fun await (Lio/reactivex/rxjava3/core/SingleSource;Lkotlin/coroutines/Continua…5 …public static final fun awaitFirst (Lio/reactivex/rxjava3/core/ObservableSource;Lkotlin/coroutines…6 …(Lio/reactivex/rxjava3/core/ObservableSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…7 …/rxjava3/core/ObservableSource;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Lj…8 … awaitFirstOrNull (Lio/reactivex/rxjava3/core/ObservableSource;Lkotlin/coroutines/Continuation;)Lj…9 …public static final fun awaitLast (Lio/reactivex/rxjava3/core/ObservableSource;Lkotlin/coroutines/…10 …ault (Lio/reactivex/rxjava3/core/MaybeSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…[all …]
2062 rule kotlin.coroutines.AbstractCoroutineContextElement com.android.captiveportallogin.@02063 rule kotlin.coroutines.AbstractCoroutineContextElementTest com.android.captiveportallogin.@02064 rule kotlin.coroutines.AbstractCoroutineContextElementTest$* com.android.captiveportallogin.@02065 rule kotlin.coroutines.AbstractCoroutineContextKey com.android.captiveportallogin.@02066 rule kotlin.coroutines.AbstractCoroutineContextKeyTest com.android.captiveportallogin.@02067 rule kotlin.coroutines.AbstractCoroutineContextKeyTest$* com.android.captiveportallogin.@02068 rule kotlin.coroutines.CombinedContext com.android.captiveportallogin.@02069 rule kotlin.coroutines.CombinedContextTest com.android.captiveportallogin.@02070 rule kotlin.coroutines.CombinedContextTest$* com.android.captiveportallogin.@02071 rule kotlin.coroutines.CombinedContext$Serialized com.android.captiveportallogin.@0[all …]
1 # Module kotlinx-coroutines-reactor14 [kotlinx-coroutines-reactive](../kotlinx-coroutines-reactive) module.22 This adapter is integrated with Reactor's `Context` and coroutines' [ReactorContext].28 | [Job.asMono][kotlinx.coroutines.Job.asMono] | Converts a job to a hot Mono29 | [Deferred.asMono][kotlinx.coroutines.Deferred.asMono] | Converts a deferred value to a hot Mono32 <!--- MODULE kotlinx-coroutines-core -->33 <!--- INDEX kotlinx.coroutines -->35 …routineScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…36 …neDispatcher]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.corou…38 <!--- INDEX kotlinx.coroutines.channels -->[all …]
1 public final class kotlinx/coroutines/reactor/ConvertKt {2 …ublic static final synthetic fun asFlux (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/corou…3 …lic static synthetic fun asFlux$default (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/corou…4 …public static final fun asMono (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext;)…5 …public static final fun asMono (Lkotlinx/coroutines/Job;Lkotlin/coroutines/CoroutineContext;)Lreac…8 public final class kotlinx/coroutines/reactor/FlowKt {9 …public static final synthetic fun asFlux (Lkotlinx/coroutines/flow/Flow;)Lreactor/core/publisher/F…12 public final class kotlinx/coroutines/reactor/FluxKt {13 …public static final fun flux (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;…14 …public static final synthetic fun flux (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/Coro…[all …]
6 import kotlinx.coroutines.CoroutineStart;7 import kotlinx.coroutines.Dispatchers;8 import kotlinx.coroutines.flow.Flow;21 …public static final <T extends java.lang.Object, R extends java.lang.Object>kotlinx.coroutines.flo… in pairwiseBy()22 kotlinx.coroutines.flow.Flow<? extends T> $this$pairwiseBy, @org.jetbrains.annotations.NotNull() in pairwiseBy()23 …kotlin.jvm.functions.Function3<? super T, ? super T, ? super kotlin.coroutines.Continuation<? supe… in pairwiseBy()34 …ends java.lang.Object, T extends S, R extends java.lang.Object>kotlinx.coroutines.flow.Flow<R> pai… in pairwiseBy()35 …kotlinx.coroutines.flow.Flow<? extends T> $this$pairwiseBy, S initialValue, @org.jetbrains.annotat… in pairwiseBy()36 …kotlin.jvm.functions.Function3<? super S, ? super T, ? super kotlin.coroutines.Continuation<? supe… in pairwiseBy()50 …ends java.lang.Object, T extends S, R extends java.lang.Object>kotlinx.coroutines.flow.Flow<R> pai… in pairwiseBy()[all …]
1 public final class kotlinx/coroutines/reactive/AwaitKt {2 …public static final fun awaitFirst (Lorg/reactivestreams/Publisher;Lkotlin/coroutines/Continuation…3 …rstOrDefault (Lorg/reactivestreams/Publisher;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…4 …Lorg/reactivestreams/Publisher;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Lj…5 …public static final fun awaitFirstOrNull (Lorg/reactivestreams/Publisher;Lkotlin/coroutines/Contin…6 …public static final fun awaitLast (Lorg/reactivestreams/Publisher;Lkotlin/coroutines/Continuation;…7 …public static final fun awaitSingle (Lorg/reactivestreams/Publisher;Lkotlin/coroutines/Continuatio…8 …gleOrDefault (Lorg/reactivestreams/Publisher;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lj…9 …Lorg/reactivestreams/Publisher;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Lj…10 …ynthetic fun awaitSingleOrNull (Lorg/reactivestreams/Publisher;Lkotlin/coroutines/Continuation;)Lj…[all …]
2751 …33:33:kotlinx.coroutines.flow.MutableSharedFlow access$get_uiState$p(com.android.server.bluetooth.…2759 …58:58:java.lang.Object waitForState-KLykuaI(long,int[],kotlin.coroutines.Continuation) -> waitForS…2760 …59:59:java.lang.Object waitForState-KLykuaI(long,int[],kotlin.coroutines.Continuation) -> waitForS…2763 …0:0:void <init>(com.android.server.bluetooth.BluetoothAdapterState,int,kotlin.coroutines.Continuat…2764 …0:0:kotlin.coroutines.Continuation create(java.lang.Object,kotlin.coroutines.Continuation) -> crea…2766 …0:0:java.lang.Object invoke(kotlinx.coroutines.CoroutineScope,kotlin.coroutines.Continuation) -> i…2774 …server.bluetooth.BluetoothAdapterState,java.time.Duration,int[],kotlin.coroutines.Continuation) ->…2775 …0:0:kotlin.coroutines.Continuation create(java.lang.Object,kotlin.coroutines.Continuation) -> crea…2777 …0:0:java.lang.Object invoke(kotlinx.coroutines.CoroutineScope,kotlin.coroutines.Continuation) -> i…2782 …0:0:void <init>(com.android.server.bluetooth.BluetoothAdapterState,kotlin.coroutines.Continuation)…[all …]