ons 2013-01-30 klockan 12:21 +0000 skrev Rainer Weikusat: > Thank you. The reason I'm asking is mainly because 0-delay events are, > according to the comment in schedule, supposed to be executed in FIFO > order. Is this generally true for events, ie is the actual ordering > criterion always a pair (delay, sequence number) or just for 0-delay > events?
Probably true for all events, but should only matter for 0-delay events if any. If this actually matters for some existing sequence of added 0-delay events then I would say that is likely a bug. The more important aspect is tha AsyncCall queue is drained before any events are processed. Regards Henrik