Skip to content
Snippets Groups Projects
Commit b59eba36 authored by Florian Fischer's avatar Florian Fischer
Browse files

do not try to steal IO on hintWsq

parent 3f2ce866
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ popBottom:
switch (source) {
case emper::FiberSource::hintWsq: {
const auto victim = dispatchHint.getWorker();
const auto stolen = tryStealFiberFrom(victim);
const auto stolen = tryStealWorkFrom(victim);
if (stolen) {
emper::statsIncr(awss::stats.nextFiberFromHintLocal);
onWorkStolen();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment