"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "cf4727a9d9fe97c3140a83d374a4de37d4d54c19"
[Bugfix] Fix missing lock intialization (#1314)
This commit fixes a bug where the lock guard (for concurrently accessing
the same scope from different threads) had basically no effect, due to
being bound to a temporary only.
Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu>
Showing
Please register or sign in to comment