Skip to content

Correlation of Reactive Streams signals to IO kernel events #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jbrisbin opened this issue Mar 12, 2015 · 1 comment
Open

Correlation of Reactive Streams signals to IO kernel events #11

jbrisbin opened this issue Mar 12, 2015 · 1 comment

Comments

@jbrisbin
Copy link
Contributor

This was introduced in issue #7, but we probably need a separate issue to discuss how IO kernel events are translated into Reactive Streams signals (assuming that RS signals are the only way to communicate with abstract components).

@jbrisbin
Copy link
Contributor Author

The range of possible signals is:

  • Publisher.subscribe
  • Subscriber.onSubscribe
  • Subscriber.onNext
  • Subscriber.onError
  • Subscriber.onComplete
  • Subscription.request
  • Subscription.cancel

It will be important to determine which of these 3 possible abstractions each IO kernel component corresponds to (or depends on).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant