Discussion:
yielding from a non task (called by a task)
(too old to reply)
Phil Watson
2003-11-16 06:41:45 UTC
Permalink
Does anyone know anyway of giving up the timeslice while in a method(in
a class) called by a task?

Phil
Peter A. Buhr
2003-11-16 13:53:21 UTC
Permalink
Post by Phil Watson
Does anyone know anyway of giving up the timeslice while in a method(in
a class) called by a task?
uThisTask().uYield();

Loading...