spring-attic / reactive-streams-commons

A joint research effort for building highly optimized Reactive-Streams compliant operators.
Apache License 2.0
357 stars 51 forks source link

Review and Mark Unbounded Operators #13

Open smaldini opened 8 years ago

smaldini commented 8 years ago

Unbounded Operators should at least implement Backpressurable#getCapacity() : Long.MAX_VALUE. Some Unbounded Operators might also benefit from new accounting strategies. Let's find out possible candidate and extract relevant issues.