Re: concurrent-modification-violation

2022-10-01 Thread Marc Nieper-Wißkirchen
Am Sa., 1. Okt. 2022 um 16:27 Uhr schrieb Shiro Kawai : > The intention of concurrent-modifiction-violation is for user code or > library code (as opposed to the primitives provided by the implementation) > to tell the outside world that you see something that can only happen if > another thread i

concurrent-modification-violation

2022-10-01 Thread Shiro Kawai
The intention of concurrent-modifiction-violation is for user code or library code (as opposed to the primitives provided by the implementation) to tell the outside world that you see something that can only happen if another thread is mutating the data structure you're working on? In other words,