On 23 Jul 2013, at 00:01, Andy Holland <[email protected]> wrote:
> How about: > > bus.emit(message) # emits to all listeners > bus.emit_to(message, listener1, listener2) # ... emits to specified listeners > > ? Ah, same problem as the `tell` example actually actually. The sender doesn't know who will pick up the message, only that it expects it to be received by exactly one (and quickly enough that something can pick up the answer). I think "deliver" is the best alternative to send so far. Thanks though, didn't think I'd pick up so many new words for this one idea Ash -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashmoran -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nwrug-members. For more options, visit https://groups.google.com/groups/opt_out.
