Assembly updated to the new signalling approach

parent 38d2047a
This diff is collapsed.
...@@ -262,7 +262,7 @@ class CoreObject(Process): ...@@ -262,7 +262,7 @@ class CoreObject(Process):
# and if preemption is required # and if preemption is required
#=========================================================================== #===========================================================================
def preemptReceiver(self): def preemptReceiver(self):
self.printTrace(self.id, 'trying to preempt a receiver') # self.printTrace(self.id, 'trying to preempt a receiver')
activeObject=self.getActiveObject() activeObject=self.getActiveObject()
activeObjectQueue=self.getActiveObjectQueue() activeObjectQueue=self.getActiveObjectQueue()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment