|
Boost Users : |
Subject: [Boost-users] Waiting for multiple events
From: Vadim Guchenko (nomail_at_[hidden])
Date: 2009-12-04 10:45:43
Hello, All!
I want to do something like this:
Wrapper wrapper(final_handler);
w_handler1 = wrapper.wrap(handler1);
...
w_handlerN = wrapper.wrap(handlerN);
where the final_handler() must be invoked as soon as all the wrapped
handlers handler1() ... handlerN() are invoked through w_handler1() ...
w_handlerN() in any order. Is there any existing Boost tool for that?
-- Best regards, Vadim Guchenko [yhw at relost dot net].
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net