Hi,

Is IItemEventListener.Update method thread safe? Documentation says: "Note that the method is nonblocking; moreover, it only takes locks to first order mutexes; so, it can safely be called while holding a custom lock." what is first order a mutex?

Thanks!