Project interruptName: labelString preemptedProcess: theInterruptedProcess
 
sends #offList to the return value of suspend of the preempted process (which answers a LinkedList).
The message is not understood but does not cause a debugger to open, Alt-. shows the stack trace in the end.
 
One way to replicate:
 
(Object allSubInstances select: [:o | o dependents notEmpty]) collect: [:o |
 o dependents size]
 
Was just mulling things in light of Announcement discussions as to whether the dependency could have a single subscriber (most common case) for possible performance gains, a collection if additonal subscribers get added.
 
 

Regards, Gary