Thread Safe Pointers to Map Elements
Posted: Mon Jul 19, 2021 2:16 pm
Hi
I would like to have thread save pointers for the current element of a map/list. This would allow the searching and reading of maps in threads without a mutex. I understand that writing is another issue but reading maps in threads would be very useful.
Thanks,
Simon
I would like to have thread save pointers for the current element of a map/list. This would allow the searching and reading of maps in threads without a mutex. I understand that writing is another issue but reading maps in threads would be very useful.
Thanks,
Simon