Skip to content

[IO] fix IoCompleterBehavior::none

Maxim Onciul requested to merge fix_io_completer_behaviour_none into master

Only create, initiateTermination and waitUntilFinished if the completer thread is actually used.

Currently we get a segfault when terminating the Runtime because we call GlobalIoContext::initiateTermination without calling GlobalIoContext::startGlobalCompleter

Edited by Maxim Onciul

Merge request reports

Loading