ConcurrentHashMap: Make iterators not copyable
Summary: Disable unsafe iterator operations: copying and operator++ (because it copies the iterator). Copying is unsafe because starting to protect buckets and nodes after their removal is not guaranteed to be effective. Reviewed By: yfeldblum, djwatson Differential Revision: D8594743 fbshipit-source-id: 0990d8fe979a3217db855641d23e24cc853a25bf
Showing
Please register or sign in to comment