On Sep 17, 2008, at 8:05 AM, Antonio wrote: > Yes, I need a Thread.join()!!! > I tried your solution, but it doesn't works. > In my application I have a Timer. When it fires I start a Thread and > in the > same Timer.fired() event I wait for the end of the Thread. > Maybe is it impossible to do?
Did you use a condition variable? See the interface ConditionVariable. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
