Hey,
Why don’t FAccountInfoRegistry::DoRegister and FAccountInfoRegistry::DoUnregister lock IndexLock?
I find this strange because the Find() functions do apply the lock and if you look at FAccountInfoRegistryNULL if then implements Register and Unregister functions which take the lock anyway.
Why does the base class only use the lock for reads and not writes?
Cheers!