schets / multiqueue

A fast mpmc queue with broadcast capabilities
MIT License
201 stars 29 forks source link

Add mpsc wrappers with less restrictive traits #6

Closed schets closed 7 years ago

schets commented 7 years ago

This queue should support mpsc wrapper structs with less restrictive traits than the actual queue so it can be a true drop in for futures::sync::mpsc

schets commented 7 years ago

Working on this in in branch noclone_mpmc. If somebody sees this and notices I'm doing a bunch of rust nonsense please do let me know.