reactive-ipc / reactive-ipc-jvm

Reactive IPC for the JVM
Apache License 2.0
55 stars 13 forks source link

Correlation of Reactive Streams signals to IO kernel events #11

Open jbrisbin opened 9 years ago

jbrisbin commented 9 years ago

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 commented 9 years ago

The range of possible signals is:

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