reactor-core
https://github.com/reactor/reactor-core
Java
Non-Blocking Reactive Foundation for the JVM
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported2 Subscribers
Add a CodeTriage badge to reactor-core
Help out
- Issues
- `concatMap` (no prefetch) + `Mono.fromCallable` emits an item twice and drops the next one when `request()` arrives from another thread
- `timeout` drops an element that races cancellation instead of discarding it
- `publishOn` leaves its prefetch queue undiscarded when a cancel drops the pending drain
- `Mono.fromSupplier(...).subscribeOn(...)` drops the produced value when cancelled
- `Operators.MultiSubscriptionSubscriber.set` can install a subscription into a cancelled arbiter
- `FluxConcatArray` leaves a subscription installed during cancellation uncancelled, losing its element
- Discard elements `timeout` drops after cancellation
- Discard what `publishOn` is holding when it is cancelled
- `subscribeOn` over a callable drops the value it produced
- Cancel a subscription set on a cancelled arbiter
- Docs
- Java not yet supported