Description
Implements Reactive Extensions patterns for Python. It helps applications compose streams of events, asynchronous values, user actions, and data flows through observable pipelines.
Reactive pipelines can make control flow harder to follow. Keep error handling, cancellation, and subscription cleanup explicit.