- or download this
use Anyevent;
...
...
...
...
Anyevent::condvar->recv
- or download this
use Anyevent;
...
...
event loop with a shoot_myself_in_the_mouth condvar
...
shoot_myself_in_the_mouth->recv;
- or download this
connect_to_event_source_one;
connect_to_event_source_two;
...
}
}
Anyevent::condvar->recv;