Changeset 254
- Timestamp:
- 05/14/08 16:05:34 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/EngineStore.cs
r250 r254 152 152 waitHandles.Remove(guid); 153 153 } 154 return results[guid]; 154 byte[] result = results[guid]; 155 results.Remove(guid); 156 return result; 155 157 } else { 156 158 // result not yet available, if there is also no wait-handle for that result then we will never have a result and can return null
Note: See TracChangeset
for help on using the changeset viewer.