「view this page in B3 βῆτα server」

Revisions №88

branch: interactive/develop 「№88」
Commited by: Rocco Moretti
GitHub commit link: 「98385dd2ed7c0fe6」 「№4599」
Difference from previous tested commit:  code diff
Commit date: 2020-03-30 11:12:10

Merge pull request #4599 from RosettaCommons/roccomoretti/void_sphere_mutex Foldit: Fix issue with VoidSphere deadlock. There's a chance that the void calculation can deadlock, as the VoidFilter and the Void calculation thread were grabbing the data_mutex_ and the GUI mutex in opposite orders. By delaying the creation of the VoidSpheres, we can avoid the deadlock.

...