Subj : zthread.hh question To : comp.programming.threads From : poison.summer Date : Sun May 22 2005 10:13 am Hi I am trying to use zthread.hh but I have many questions. I can't understand it. For example if my thread is waiting one message and try to excute some commands according to the message. I read one example. It has only one line in the main program PostThreadMessage() Does it mean that this function will change some signals in the zthread.hh it will automatically execute the corresponding commands? Thanks .