eclipse / microprofile-reactive-streams-operators

Microprofile project
Apache License 2.0
79 stars 33 forks source link

Improve doc for CompletionSubscriber.of #150

Closed Azquelt closed 4 years ago

Azquelt commented 4 years ago

Make clear that the returned object is not going to handle completing the CompletionStage for you.

Fixes #129