| Class | Description |
|---|---|
| BlockingObservable<T> |
An extension of
Observable that provides blocking operators, compatible with both threads and fibers. |
| ChannelObservable |
This class contains static methods that connect
Observables and Channels. |
| NewFiberScheduler |
Schedules work on a new fiber.
|
| OnSubscribeFromChannel<T> |
Converts a
ReceivePort into an Observable that emits each message received on the channel. |
| RxSuspendableClassifier |