Replace Singleton<T>::get() with Singleton<T>::try_get and make it obsolete
Summary: BREAKING CHANGE! Deprecate Singleton::get() and replace it with Singleton::try_get() that return smart pointer that allows to manage lifetime of a reference and prevents it from being deleted if the reference is still in use Reviewed By: @chipturner Differential Revision: D2268791
Showing
Please register or sign in to comment