Testing

Marc Lehmann schmorp at schmorp.de
Thu Apr 25 14:34:43 CEST 2013


On Sat, Apr 20, 2013 at 12:55:45PM +0400, "Konstantin S. Uvarin" <khedin at gmail.com> wrote:
> > The main issue, I suppose, is the need to have rendezvous between more 
> > than one output and to declare success or failure dependent not just on 
> > each output being correct but all outputs having appeared.
> > 
> > Suggestions?
> 
> 1) It looks like Async::MergePoint
> (http://search.cpan.org/~pevans/Async-MergePoint-0.04/lib/Async/MergePoint.pm)
> provides exactly what you're asking for - "a rendezvous between more
> than one output". 

Just wanted to add that the AnyEvent equivalent for that would be a
condvar, using ->begin and ->end, btw.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the anyevent mailing list