Changeset 13947 for branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs
- Timestamp:
- 06/29/16 01:27:15 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs
r13946 r13947 21 21 //provides current population for the higher layer IMigrationOperator 22 22 //two queues are used to gather and and provide population more efficiently 23 private staticobject activeQueueLocker = new Object();23 private object activeQueueLocker = new Object(); 24 24 private SizedConcurrentQueue<byte[]> writeQueue; 25 25 private SizedConcurrentQueue<byte[]> readQueue;
Note: See TracChangeset
for help on using the changeset viewer.