On Jul 28, 2005, at 7:39 AM, Lars Gullik Bjønnes wrote:
subscription subs = publisher.subscribe(subscriber); publisher.publish(); subs.hold(); // holds (block) subscription subs.cancel(); // cancel subscription
I'm really starting to warm up to this nomenclature. There's enough terminology in there to give names to whatever we need to do without inventing new names. It's also specific enough that it's hard to confuse it with other systems (Unix signals, X/Windows events, .NET delegates, etc.).
Doug