sdeleuze / rxweb

Reactor + Netty based micro web framework prototype
Apache License 2.0
4 stars 2 forks source link

Consider using CompletableFuture in the API #12

Closed sdeleuze closed 9 years ago

sdeleuze commented 9 years ago

RxJava 1.0 has no promise type, and we are JDK8+, so why not using just CompletableFuture for future result returning a single value.