Alex6323 / netzwerk

Prototyping an extendable networking crate.
Apache License 2.0
0 stars 0 forks source link

Implementing reading of streams #2

Closed samuel-rufi closed 4 years ago

samuel-rufi commented 4 years ago

We need an individual read_task for each stream to receive messages concurrently. Once data is available, the read_task puts the received bytes into the event-queue. these received bytes then can get consumed for example by the protocol-layer.

Alex6323 commented 4 years ago

Fully implemented since 0d026595e640a326180b46a0645af969d9673daf.