#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 30 May 2018 15:15:51 +0200
changeset 23037 7695d039c9ab
parent 23036 e11ebfd9362c
child 23038 5cc77e607432
#UI_ENHANCEMENT by cg class: EventSemaphore changed: #waitWithTimeoutMs:state: skip in debugger annotations
EventSemaphore.st
--- a/EventSemaphore.st	Wed May 30 15:15:42 2018 +0200
+++ b/EventSemaphore.st	Wed May 30 15:15:51 2018 +0200
@@ -167,9 +167,12 @@
 
      Redefined: once signaled, do not decrement the count"
 
+    <resource: #skipInDebuggersWalkBack>
+
     ^ self waitUncountedWithTimeoutMs:milliSeconds.
 
     "Modified: / 24-07-2017 / 21:52:53 / cg"
+    "Modified: / 30-05-2018 / 13:57:25 / Claus Gittinger"
 ! !
 
 !EventSemaphore class methodsFor:'documentation'!