myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

feat: data transfer interface #56

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

Separates the data transfer logic from the behaviour.

alexander-camuto commented 2 years ago

tldr: race condition on the poll behaviours of sub-functions. replacing pending_events queue in data_transfer with a channel resolved issue