Alexandru Nedelcu

Results 173 comments of Alexandru Nedelcu

In fairness `Scheduler` is already a pair of thread-pools — because we need to support scheduling, coupled with thread-pool implementations that don't. `ForkJoinPool` doesn't do scheduling, but we add an...

I think that giving the ability to safely trigger blocking operations would make `Scheduler` much more valuable.

`debounce` only emits the last emitted element after the source has gone quiet for the specified duration. In the sample it only emits something in case the source hasn't emitted...

So the suppressing of all events until the source is quiet is definitely the right behavior. Actually the question is what happens with `onComplete`. Does it emit the last event,...

This is weird, as `TaskApp` does use `IOApp` under the hood. But it is to be investigated. We are short on resources currently, so I've assigned #924 to the next...

This is pretty awesome, thanks @oleg-py, will do a review soon. I think we should switch to the 4.x branch, although there might be a need to cherry-pick PRs from...

I changed the base to `series/4.x`. Might need a merge with it.

Thanks for the analysis @ghik, needs to be investigated.

@ghik thanks. I merged the PR. Will plan for a new 3.x release.