Home
last modified time | relevance | path

Searched refs:rx3 (Results 1 – 25 of 47) sorted by relevance

12

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/
DREADME.md1 # Module kotlinx-coroutines-rx3
58 <!--- MODULE kotlinx-coroutines-rx3 -->
59 <!--- INDEX kotlinx.coroutines.rx3 -->
60 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/rx-compl…
61 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/rx-maybe…
62 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/rx-singl…
63 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/rx-obser…
64 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/rx-flowa…
65 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/kotlinx.…
66 …https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.coroutines.rx3/kotlinx.…
[all …]
/external/rust/crates/futures/tests/
Dbuffer_unordered.rs16 let (tx3, rx3) = std_mpsc::channel(); in works()
38 let o1 = rx3.recv().unwrap(); in works()
39 let o2 = rx3.recv().unwrap(); in works()
40 let o3 = rx3.recv().unwrap(); in works()
41 let o4 = rx3.recv().unwrap(); in works()
54 let o5 = rx3.recv().unwrap(); in works()
55 let o6 = rx3.recv().unwrap(); in works()
56 let o7 = rx3.recv().unwrap(); in works()
57 let o8 = rx3.recv().unwrap(); in works()
58 let o9 = rx3.recv().unwrap(); in works()
Dready_queue.rs20 let (tx3, rx3) = oneshot::channel(); in basic_usage()
24 queue.push(rx3); in basic_usage()
54 let (tx3, rx3) = oneshot::channel(); in resolving_errors()
58 queue.push(rx3); in resolving_errors()
88 let (mut tx3, rx3) = oneshot::channel::<()>(); in dropping_ready_queue()
92 queue.push(rx3); in dropping_ready_queue()
Dshared.rs72 let (tx3, rx3) = oneshot::channel::<u32>(); in drop_on_one_task_ok()
82 let result = block_on(rx3).unwrap(); in drop_on_one_task_ok()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/api/
Dkotlinx-coroutines-rx3.api1 public final class kotlinx/coroutines/rx3/RxAwaitKt {
14 public final class kotlinx/coroutines/rx3/RxChannelKt {
21 public final class kotlinx/coroutines/rx3/RxCompletableKt {
26 public final class kotlinx/coroutines/rx3/RxConvertKt {
43 public final class kotlinx/coroutines/rx3/RxFlowableKt {
48 public final class kotlinx/coroutines/rx3/RxMaybeKt {
53 public final class kotlinx/coroutines/rx3/RxObservableKt {
58 public final class kotlinx/coroutines/rx3/RxSchedulerKt {
59 …utineDispatcher (Lio/reactivex/rxjava3/core/Scheduler;)Lkotlinx/coroutines/rx3/SchedulerCoroutineD…
62 public final class kotlinx/coroutines/rx3/RxSingleKt {
[all …]
/external/rust/crates/tokio/src/sync/tests/
Dloom_watch.rs11 let mut rx3 = rx1.clone(); in smoke() localVariable
25 block_on(rx3.changed()).unwrap(); in smoke()
26 assert_eq!(*rx3.borrow(), 2); in smoke()
/external/kotlinx.coroutines/reactive/
DREADME.md11 * [kotlinx-coroutines-rx3](kotlinx-coroutines-rx3/README.md) -- utilities for [RxJava 3.x](https://…
/external/rust/crates/crossbeam-channel/tests/
Dmpsc.rs902 let (tx3, rx3) = channel::<()>(); in try_recv_states()
914 rx3.recv().unwrap(); in try_recv_states()
918 rx3.recv().unwrap(); in try_recv_states()
1534 let (tx3, rx3) = sync_channel::<()>(1); in try_recv_states()
1546 rx3.recv().unwrap(); in try_recv_states()
1550 rx3.recv().unwrap(); in try_recv_states()
1710 let (_tx3, rx3) = channel::<i32>(); in smoke2()
1717 _foo = rx3.recv() => panic!("3"), in smoke2()
1739 let (tx3, rx3) = channel::<i32>(); in unblocks()
1746 rx3.recv().unwrap(); in unblocks()
[all …]
/external/rust/crates/tokio/tests/
Dmacros_try_join.rs58 let (_tx3, rx3) = oneshot::channel::<u32>(); in err_abort_early()
62 rx3.await in err_abort_early()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxCancellable.kt5 package kotlinx.coroutines.rx3
DRxFlowable.kt5 package kotlinx.coroutines.rx3
DRxCompletable.kt5 package kotlinx.coroutines.rx3 in <lambda>()
DRxScheduler.kt5 package kotlinx.coroutines.rx3
DRxMaybe.kt5 package kotlinx.coroutines.rx3 in <lambda>()
DRxSingle.kt5 package kotlinx.coroutines.rx3 in <lambda>()
DRxChannel.kt5 package kotlinx.coroutines.rx3
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DBackpressureTest.kt5 package kotlinx.coroutines.rx3
DSchedulerTest.kt5 package kotlinx.coroutines.rx3
DIterableFlowAsFlowableTckTest.kt5 package kotlinx.coroutines.rx3
DObservableSourceAsFlowStressTest.kt5 package kotlinx.coroutines.rx3
DObservableCompletionStressTest.kt5 package kotlinx.coroutines.rx3 in <lambda>()
DFlowableContextTest.kt5 package kotlinx.coroutines.rx3
DObservableSubscriptionSelectTest.kt5 package kotlinx.coroutines.rx3
DCheck.kt5 package kotlinx.coroutines.rx3
DFlowAsFlowableTest.kt5 package kotlinx.coroutines.rx3 in <lambda>()

12