#QUALITY by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 23:19:41 +0200
changeset 5177 93f020e9f863
parent 5176 55374cc71a4b
child 5178 61d677db25fb
#QUALITY by exept class: SharedQueue changed: #nextPut: returns its argument
SharedQueue.st
--- a/SharedQueue.st	Mon Aug 26 23:19:14 2019 +0200
+++ b/SharedQueue.st	Mon Aug 26 23:19:41 2019 +0200
@@ -391,6 +391,7 @@
      After the put, signal availablity of a datum to readers."
 
     self commonWriteWith:[self superNextPut:anObject].
+    ^ anObject
 
     "Modified (comment): / 22-02-2017 / 15:18:36 / stefan"
 !