btw, released v0.2 of `bbq2`, the experimental next-gen version of `bbqueue`. The plan is to iterate on it, then likely merge it into `bbqueue` as v1.0. This release is the first to add basically any docs, it's not wonderful yet, but at least a start :D If you've ever wanted: * the ability to handle async/not async (or async on one side) * the ability to store things in an Arc, or using a heap allocated storage buffer (e.g. variable chosen at runtime) * the ability to work on targets with/without CAS atomics you might like bbq2! https://docs.rs/bbq2/latest/bbq2/