diff libgui/graphics/GLCanvas.cc @ 27393:efe72866b483

mark all interpreter_event lambda functions with special comment * Canvas.cc, GLCanvas.cc, file-editor-tab.cc, main-window.cc, octave-qobject.cc, set-path-model.cc: Mark all lambda functions passed to interpreter_event signals with "INTERPRETER THREAD" comments as a reminder that they will be executed in the interpreter thread.
author John W. Eaton <jwe@octave.org>
date Wed, 11 Sep 2019 16:46:54 -0400
parents 50216d7a2f6b
children f844b1f03dcc
line wrap: on
line diff
--- a/libgui/graphics/GLCanvas.cc	Wed Sep 11 16:40:19 2019 -0400
+++ b/libgui/graphics/GLCanvas.cc	Wed Sep 11 16:46:54 2019 -0400
@@ -186,6 +186,8 @@
             emit interpreter_event
               ([] (void)
                {
+                 // INTERPRETER THREAD
+
                  std::rethrow_exception (std::current_exception ());
                });
           }