Ben Christensen

Results 13 issues of Ben Christensen

Right now the API requires defining a Scheduler. Why is that required? I see two possible defaults: 1) It just runs on the thread ListenableFuture calls back on 2) It...

question

RxQuasar has been extracted from RxJava prior to 1.0 as per https://github.com/ReactiveX/RxJava/issues/589 I have done this with a simply copy/paste/commit for now. Commit history remains in the 0.20.x branch of...

We should add APIs for loading files using Netty so it is easy to create a file server. There are at least two approaches needed: 1) the zero-copy file read/write...

enhancement