schets / multiqueue

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

Don't use deprecated park() and unpark() functions. #23

Closed leoschwarz closed 1 year ago

leoschwarz commented 6 years ago

Maybe the parked fields should also be renamed to tasks for clarity?