When we say "signal Send.sendDone(...)", does this put an event in an event queue - like windows mechnism? Or it will excute the event handler "event result_t SendMsg.sendDone()" function body immediately? Thanks.