And callbacks, are canceled during the execution of a task? If yes, when the execution of the task ends I get a call back triggered during the execution of the task?
Thank you very much, On Thu, Oct 8, 2009 at 10:09 AM, Alfonso Cardell <[email protected]>wrote: > Hi Ricardo, > > Tinyos sheduler is a FIFO (First In First Out) sheduler so if you post > task1 before task2, task1 run first. > > Regards. > Alfonso Cardell. > > 2009/10/8 Ricardo . <[email protected]> > >> Hello everyone, >> >> I got some questions about tasks that can not clarify through literature. >> >> Imagine you have two tasks, task1 and task2. If I do "post task1" and >> immediately following "post task2" I have guarantee that task1 will run >> before task2? In other words, I have guarantee that the tasks execute in >> the order that I post them? >> >> Another question: >> imagine that my task1 runs for a long time (I know I should not do this), >> the call backs are canceled during the execution of the task? If yes, when >> the execution of the task ends I get a call back triggered during the >> execution of the task? >> >> Thank you very much, >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
