Skip to content

Commit feb16d0

Browse files
committed
more README
1 parent f1ff778 commit feb16d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

language-adaptors/rxjava-clojure/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Blocking operators, which are useful for testing, but should otherwise be avoide
6969
;=> nil
7070
```
7171

72+
## Open Issues
73+
74+
* The missing stuff mentioned below
75+
* `group-by`
76+
* There are some functions for defining customer Observables and Operators (`subscriber`, `operator*`, `observable*`). I don't think these are really enough for serious operator implementation, but I'm hesitant to guess at an abstraction at this point. These will probably change dramatically.
77+
7278
## What's Missing
7379
This library is an ongoing work in progress driven primarily by the needs of one team at Netflix. As such some things are currently missing:
7480

0 commit comments

Comments
 (0)