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:
2121| [ Deferred.asMono] [ kotlinx.coroutines.experimental.Deferred.asMono ] | Converts deferred value to hot mono
2222| [ ReceiveChannel.asFlux] [ kotlinx.coroutines.experimental.channels.ReceiveChannel.asFlux ] | Converts streaming channel to hot flux
2323| [ 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]
2524
2625<!-- - MODULE kotlinx-coroutines-core -->
2726<!-- - INDEX kotlinx.coroutines.experimental -->
@@ -37,7 +36,6 @@ Conversion functions:
3736[ 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
3837[ 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
3938[ 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
4139<!-- - END -->
4240
4341# Package kotlinx.coroutines.experimental.reactor
You can’t perform that action at this time.
0 commit comments