Skip to content

Commit 42674ef

Browse files
add one TODO
1 parent 750fa92 commit 42674ef

File tree

1 file changed

+1
-0
lines changed
  • language-adaptors/rxjava-scala

1 file changed

+1
-0
lines changed

language-adaptors/rxjava-scala/TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ TODOs which came up at the meeting with Erik Meijer on 2013-10-11:
1818
* There are no examples yet using `async`, but `async` will be used in the course. Write examples and check if everything works as expected when combined with `async`.
1919
* Futures: For the moment, just add a Future->Observable converter method to `object Observable`. Later, think if `Future[T] extends Observable[T]`.
2020
* Operator `delay`: Once Erik has commented on [this](https://github.com/Netflix/RxJava/pull/384), make sure this operator is added accordingly to RxJava and then to RxScala
21+
* add wrappers or aliases for `AsyncSubject<T>`, `BehaviorSubject<T>`, `PublishSubject<T>`, and `ReplaySubject<T>`
2122
* go through Erik's code that he showed at the meeting and check if everything can now be done nicely
2223
* get Erik's slides from the course and check if they are compatible with the library
2324

0 commit comments

Comments
 (0)