Removed Yields
This commit is contained in:
@@ -31,7 +31,6 @@ class TimedFun {
|
||||
((counter-old_counter) >= e.second) ||
|
||||
((counter%e.second) < (old_counter%e.second))){
|
||||
e.first();
|
||||
yield();
|
||||
}
|
||||
}
|
||||
old_counter = counter;
|
||||
|
Reference in New Issue
Block a user