nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Make DesignationsView thread safe #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TODO:

This entire class is thread safe, with designation data
 only being able to be manipulated one at a time. This is done
 so that dwarfs can still manipulate the world data (as that is
 too big and too important to lock) but the instruction generation
 is relatively safe.

Original issue reported on code.google.com by nin...@gmail.com on 9 Mar 2012 at 1:07

GoogleCodeExporter commented 9 years ago
Implemented

Original comment by nin...@gmail.com on 9 Mar 2012 at 10:56