-
- Downloads
[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.
Loading
Please register or sign in to comment