boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
201 stars 161 forks source link

does synchronized_value support reader/writer locks? #375

Open Jacob-Burckhardt opened 2 years ago

Jacob-Burckhardt commented 2 years ago

Does synchronized_value support Readers–writer lock? I could not find an interface to specify whether access to the lock-protected data will be read-only or whether it will write.

themightyoarfish commented 1 month ago

I have the same question.