All foreseeable equivalent usages in commander will need to be thread safe and should use AtomicConsume instead.
All foreseeable equivalent usages in commander will need to be thread safe and should use [`AtomicConsume`](https://docs.rs/crossbeam/latest/crossbeam/atomic/trait.AtomicConsume.html) instead.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
All foreseeable equivalent usages in commander will need to be thread safe and should use
AtomicConsumeinstead.Done.