On all platforms (except windows) TMultiReadExclusiveWriteSynchronizer is a TSimpleRWSync that internally simply use Tmonitor.enter / Tmonitor.exit and this is quite bad because only one read access at a time. Is their any equivalent of TMultiReadExclusiveWriteSynchronizer (windows version) that work on Android/iOS ?
StackOverflow: Firemonkey
Embarcadero: Firemonkey OOP
Embarcadero: Firemonkey C++