T
Tomas Wilhelmsson
Ok, got a problem here, is it posible to make a function sleep until a
variable == a value without hoging 100% CPU? ...
while(wait) { }
would hog as much as it could get its hands on but i cant realy allow that
and it has to react as soon as the wait flag goes false.
variable == a value without hoging 100% CPU? ...
while(wait) { }
would hog as much as it could get its hands on but i cant realy allow that
and it has to react as soon as the wait flag goes false.