allpy
view .hgeol @ 845:db735101e9b0
blocks3d/wt: fix possible races in try_to_run() method of Blocks3DWidget
Static object current_tasks is not thread-safe, but could be used
by several wt's threads simultaneously.
It was fixed by protecting the code with a boost::mutex.
author | boris <bnagaev@gmail.com> |
---|---|
date | Wed, 20 Jul 2011 03:05:06 +0200 |
parents | |
children | c15e35bb3bca |