togglebyte / tinyroute

A small networked message passing library
18 stars 5 forks source link

#3 Replaced flume::Sender and flume::Receiver with Sender and Receiver #10

Closed akhil484 closed 2 years ago

akhil484 commented 2 years ago

Remove inline use of flume:: and import it at the top of the file instead. #3

I have completed the task according to the above issue. Imported them into every file where I made the changes.

togglebyte commented 2 years ago

There is duplicate import preventing the tests from passing, removing one of them should fix the tests. Here is the first import: https://github.com/togglebyte/tinyroute/blob/aef839f97657667439f373fe00504d2965bc284a/src/router.rs#L5