Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a race condition caused by the double checked locking pattern by using an std::atomic that ensures correct and deterministic create and assignment logic.
- Loading branch information