RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
Classes
rxcpp::test Namespace Reference

Classes

class  testable_observable
 a source of values that records the time of each subscription/unsubscription and all the values and the time they were emitted. More...
 
class  testable_observer