File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
reactive/kotlinx-coroutines-reactor Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Conversion functions:
21
21
| [ Deferred.asMono] [ kotlinx.coroutines.experimental.Deferred.asMono ] | Converts deferred value to hot mono
22
22
| [ ReceiveChannel.asFlux] [ kotlinx.coroutines.experimental.channels.ReceiveChannel.asFlux ] | Converts streaming channel to hot flux
23
23
| [ Scheduler.asCoroutineDispatcher] [ reactor.core.scheduler.Scheduler.asCoroutineDispatcher ] | Converts scheduler to [ CoroutineDispatcher]
24
- | [ TimedScheduler.asCoroutineDispatcher] [ reactor.core.scheduler.TimedScheduler.asCoroutineDispatcher ] | Converts scheduler to [ CoroutineDispatcher] supporting [ Delay]
25
24
26
25
<!-- - MODULE kotlinx-coroutines-core -->
27
26
<!-- - INDEX kotlinx.coroutines.experimental -->
@@ -37,7 +36,6 @@ Conversion functions:
37
36
[ kotlinx.coroutines.experimental.Deferred.asMono ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.experimental.reactor/kotlinx.coroutines.experimental.-deferred/as-mono.html
38
37
[ kotlinx.coroutines.experimental.channels.ReceiveChannel.asFlux ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.experimental.reactor/kotlinx.coroutines.experimental.channels.-receive-channel/as-flux.html
39
38
[ reactor.core.scheduler.Scheduler.asCoroutineDispatcher ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.experimental.reactor/reactor.core.scheduler.-scheduler/as-coroutine-dispatcher.html
40
- [ reactor.core.scheduler.TimedScheduler.asCoroutineDispatcher ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.experimental.reactor/reactor.core.scheduler.-timed-scheduler/as-coroutine-dispatcher.html
41
39
<!-- - END -->
42
40
43
41
# Package kotlinx.coroutines.experimental.reactor
You can’t perform that action at this time.
0 commit comments