2009/11/2 Gary Chambers <[email protected]>:
> 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.
>
Just remove the #offList send, its obsolete and no longer needed.

> 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
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Best regards,
Igor Stasenko AKA sig.

Attachment: Project class-interruptNamepreemptedProcess.st
Description: Binary data

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to