Change interpreters list into an Observable list #3023
Labels
area-environments
Features relating to handling interpreter environments
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
See #2853
Today we need the following from the list of interpreters:
Each of the above operations have corresponding operations in an Observable list (any, filter, subsribe, etc - all in non-blocking way).
We need to start using Observable lists, i.e. RxJs (as we're slowly but steadily adding code that comes out of the box with RxJs).
Benefits:
The text was updated successfully, but these errors were encountered: