schets / multiqueue

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

Use std::sync::mpsc::SendError. #22

Closed leoschwarz closed 1 year ago

leoschwarz commented 6 years ago

This should fix issue #19, it's probably better than just exporting the error since this way all the error types are just the ones used in the std::sync::mpsc module instead of having like two kinds of error types.