-
- Downloads
Fixed race condition in castor::BaseObject::services().
The lazy initialization of member s_servicesKey was racing with its usage in services(). As the laziness is not really needed, replaced it with a init-time initialization in a small wrapper class.
Please register or sign in to comment