Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "Need to be able to wait for a message, while running Qt loop, with timeout and without polling or busy loop"

TO BE MERGED AFTER !127 (merged)

Description

Proposed implementation makes a nested event loop, to wait efficiently (exec_()). A single shot timer is used to raise an exception, if it is not cancelled before by the reception of the expected message.

Note: nested loops still process events from outer level loops (in the case there is only 2 levels, main + additional one).

Closes #184 (closed)

Edited by guijar_m

Merge request reports

Loading