ReactiveX / RxPHP

Reactive extensions for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a forEach method to Observable

davidwdan opened this issue · comments

Add a forEach method to Observable, for use with synchronous code, which will behave similarly to subscribe, except that it'll block (await) until complete.

I don't know if we need to have this feature block 2.0 as it can be added after without BC.