Removed Yields

This commit is contained in:
2022-04-27 02:31:29 +02:00
parent 9f6e80ff95
commit 6aa4899a91
2 changed files with 1 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ class TimedFun {
((counter-old_counter) >= e.second) ||
((counter%e.second) < (old_counter%e.second))){
e.first();
yield();
}
}
old_counter = counter;