boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.16k stars 140 forks source link

runtime_provider extension is not thread-safe #385

Open kanstantsin-chernik opened 5 years ago

kanstantsin-chernik commented 5 years ago

Expected Behavior

runtime_provider to be thread-safe and obey BOOST_DI_NOT_THREAD_SAFE flag

Actual Behavior

runtime_provider is not thread-safe

Specifications