BackgroundQueueProcessingJob.st
changeset 4344 f0115b3b9a86
parent 4338 5b5732ca1f29
child 4502 108026668d4b
--- a/BackgroundQueueProcessingJob.st	Wed Feb 22 11:21:15 2017 +0100
+++ b/BackgroundQueueProcessingJob.st	Wed Feb 22 15:32:00 2017 +0100
@@ -212,11 +212,10 @@
      items in a queue"
 
     self stop.
-    queueAccessLock critical:[
-        queue := OrderedCollection new.
-    ]
+    queue := OrderedCollection new.
 
     "Created: / 09-04-2012 / 17:18:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 22-02-2017 / 15:09:41 / stefan"
 ! !
 
 !BackgroundQueueProcessingJob methodsFor:'utilities'!