Skip to content
Snippets Groups Projects
Commit 6fd6fc4d authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'flow' into 'master'

Minor improvements

See merge request i4/manycore/emper!112
parents 58d376aa 4d742238
No related branches found
No related tags found
No related merge requests found
build/compile_commands.json
\ No newline at end of file
......@@ -290,7 +290,9 @@ auto IoContext::globalCompleterFunc(void *arg) -> void * {
TaggedPtr tptr(io_uring_cqe_get_data(cqe));
auto *future = castIfFuture(tptr);
// The cqe is for a completed Future
// The cqe is for a completed Future.
// This happens in case the global completer is dealing with a
// partial completion.
if (unlikely(future)) {
uint32_t res = cqe->res;
io_uring_cqe_seen(&io.ring, cqe);
......
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