Skip to content
Snippets Groups Projects

Tweak scheduling so the IO completer can use the laws priorityQueues

Files
13
+ 1
1
@@ -318,7 +318,7 @@ reap_cqes:
if (reReap) {
// schedule all already collected continuation fibers
runtime.schedule(continuationFibers.begin(), continuationFibers.begin() + posInBuf);
runtime.schedule(continuationFibers.data(), posInBuf);
reReapCount++;
Loading