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

[IO] select the proper CallerEnvironment for PartialCompletableFuture::tryComplete

Currently we always resubmit a possible partial completed Future in
the globalIo context.
This is not possible any more when we don't have a running completer.
Therefore we must resubmit on a worker's IoContext.

Furthermore we now select the callerEnvironment at Runtime because
I can not remember the reason why I choose to always resubmit
on the GlobalIoContext.
parent 3ab70148
No related branches found
No related tags found
Loading
Loading
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