tosc-rs / mgnp

MnemOS Global Networking Protocol
Creative Commons Attribution Share Alike 4.0 International
15 stars 1 forks source link

refac(tricky-pipe): move MPSC to `mpsc` module #19

Closed hawkw closed 11 months ago

hawkw commented 11 months ago

Now that we have multiple modules in tricky-pipe that provide non-MPSC APIs, like serbox and oneshot, it seems nicer to move the MPSC into a mpsc module.