... and with ephemerons, now we can add support for weak subscriptions which taking a block as announcement handler, i.e.:
announcer weak on: Annoucement do: [:ann | self doSomething: ann ]. On 24 May 2011 11:26, Tudor Girba <[email protected]> wrote: > Super thanks! :) > > Doru > > > On 23 May 2011, at 22:07, Stéphane Ducasse wrote: > >> tx igor! >> >> Stef >> >> On May 23, 2011, at 4:06 PM, Igor Stasenko wrote: >> >>> On 23 May 2011 15:13, Marcus Denker <[email protected]> wrote: >>>> 13212 >>>> ----- >>>> >>>> Issue 3967: Announcement enhancement >>>> >>> >>> With this update now it is really hard to break Announcements. >>> So, we can consider them as production-ready! :) >>> >>> >>> -- >>> Best regards, >>> Igor Stasenko AKA sig. >>> >> >> > > -- > www.tudorgirba.com > > "One cannot do more than one can do." > > > > > -- Best regards, Igor Stasenko AKA sig.
