reactor
reactor copied to clipboard
Can one context handle multiple streams?
If so how to differentiate which token is the event for?
Let's say I have simple modifier that reads data from one stream, modifies it, and pushes it down to the other. Do I need to create two contexts and shared buffer between them?