summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-02 20:14:00 -0400
committerPietro Gagliardi <[email protected]>2014-07-02 20:14:00 -0400
commit8c5030b7f7809de30997acaed0a6288286717c21 (patch)
tree4d7f9054dae2b9d3e97b2b5070014d93ebebf348
parentec58bac4dcfb66f00ca905be1217758a231ac9cc (diff)
More planning.
-rw-r--r--newplan1
1 files changed, 1 insertions, 0 deletions
diff --git a/newplan b/newplan
index e77ccd7..f6add49 100644
--- a/newplan
+++ b/newplan
@@ -31,6 +31,7 @@ sending a message across threads will NOT hang up the first thread during the se
- there is gdk_threads_enter()/gdk_threads_leave() but they're X11-only and deprecated as of GTK+ 3.6
- gdk_threads_add_idle() does not block
- g_main_context_invoke() also doesn't block if not on the main thread
+ - g_signal_emit() is not thread safe
COCOA
only one thread, must be thread main() is called on