mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 12:15:33 +08:00
The caller is already an async thread from LLClientView so this doesn't hold up the client. However, launching on a separate thread does remove the effect of m_setAppearanceLock This was potentially allowing two different SetAppearance threads to interfere with each other, though this probably rarely happens, if at all.