jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
698 stars 101 forks source link

Add support for observables #110

Open WyriHaximus opened 3 years ago

WyriHaximus commented 3 years ago

By using https://github.com/reactivex/rxphp for observables on subscribing the API becomes cleaner. However a first introduction should be an addition, not a replacement of the current API