[glib-networking/mcatanzaro/tls-thread: 9/19] comment



commit 1801953331fad03ab76f6c2151074a929d1a9b4c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jul 28 13:33:00 2019 -0500

    comment

 tls/base/gtlsthread.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tls/base/gtlsthread.c b/tls/base/gtlsthread.c
index 1603780..778241e 100644
--- a/tls/base/gtlsthread.c
+++ b/tls/base/gtlsthread.c
@@ -187,6 +187,7 @@ tls_thread (gpointer data)
 
       /* FIXME: how do we simultaneously wait for a new queue item
        * and also run the main loop? Add another GSource?
+       * Probably want to dispatch() if try_pop() returns TRUE? Or peek?
        */
       op = g_async_queue_pop (queue);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]