Alex6323 / netzwerk

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

Review use of select macro #6

Closed samuel-rufi closed 4 years ago

samuel-rufi commented 4 years ago

Review use of select macro to avoid messages getting lost. Events get selected similar to following: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8f3d1b0d1d8ebfca73f42e8230e7e93a

it should print foo and bar since both receivers should received data.

Alex6323 commented 4 years ago

yup. Due to the switch to mpsc from the futures crate, this is no issue anymore. Hence this can be closed.