On Fri, Dec 02, 2016 at 14:19 +0000, you wrote:

> Something like this with when statements would be
> unmaintainable:

Yeah, exactly.

> local v1 = Broker::lookup(h, 41);
> local v2 = Broker::lookup(h, 42);
> local v3 = Broker::lookup(h, 43);

> Having a way to send a batch of operations would be nice, but that's a 
> separate issue :-)

Good thought, those three lookups above could all proceed in parallel,
and then one would wait for them all to finish before continuing.

Robin

-- 
Robin Sommer * ICSI/LBNL * ro...@icir.org * www.icir.org/robin
_______________________________________________
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to