2010/10/1 Andrei Pelinescu-Onciul andrei@iptel.org:
A more valid use, is to add branches first, and calling t_relay() only once at the end (classical parallel forking), e.g.: append_branch(); setuser("foo1"); append_branch(); setuser("foo2"); append_branch(); t_relay();
I missed this obvius feature for which, of course, the classic append_branch() is the most expected solution :)