A Subscriber.Sync is a Subscriber whose onNext signal
is synchronous (i.e. the upstream observable doesn't need to
wait on a Future in order to decide whether to send the next event
or not).
A Subscriber.Sync is a Subscriber whose onNext signal
is synchronous (i.e. the upstream observable doesn't need to
wait on a Future in order to decide whether to send the next event
or not).
- Companion
- object
trait Sync[A]
trait Subscriber[A]
trait Observer[A]
trait Serializable
class Object
trait Matchable
class Any