The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version v6.29.7 - 2024-08-24

  • fixed op_exhaust_map to behave like rxjs (not execute its callback until previous observable has been completed)
  • updated documentation on op_catch_error (regarding $_)

Documentation

A guide to creating your own observables
A guide to creating your own pipeable operators

Modules

an implementation of Reactive Extensions / rxjs for Perl

Provides

in lib/RxPerl/Base.pm
in lib/RxPerl/BehaviorSubject.pm
in lib/RxPerl/ConnectableObservable.pm
in lib/RxPerl/Functions.pm
in lib/RxPerl/Observable.pm
in lib/RxPerl/Operators/Creation.pm
in lib/RxPerl/Operators/Pipeable.pm
in lib/RxPerl/ReplaySubject.pm
in lib/RxPerl/Subject.pm
in lib/RxPerl/Subscriber.pm
in lib/RxPerl/Subscription.pm
in lib/RxPerl/SyncTimers.pm
in lib/RxPerl/Test.pm
in lib/RxPerl/Utils.pm