crossbeam v0.7.0 Release Notes

Release Date: 2019-11-06 // over 4 years ago
    • โœ‚ Remove ArcCell, MsQueue, and TreiberStack.
    • ๐Ÿ”„ Change the interface of ShardedLock to match RwLock.
    • โž• Add SegQueue::len().
    • ๐Ÿ“‡ Rename SegQueue::try_pop() to SegQueue::pop().
    • ๐Ÿ”„ Change the return type of SegQueue::pop() to Result.
    • Introduce ArrayQueue.
    • โšก๏ธ Update dependencies.