Update comment about return value in Executor::get_next_ready_executable (#1085)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
1c943d16fc
commit
ef6434026f
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ Executor::get_next_ready_executable(AnyExecutable & any_executable)
|
||||||
any_executable.callback_group->can_be_taken_from().store(false);
|
any_executable.callback_group->can_be_taken_from().store(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If there is no ready executable, return a null ptr
|
// If there is no ready executable, return false
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue