Next: , Previous: , Up: Tutorial   [Contents][Index]


2.7 Threads and Concurrency

While Guile is multi-threaded, applications using Guile-GI are not fully thread-safe. Notably, applications using GTK or GLib’s main loop need all rendering and main loop activities to occur in one thread. Also, all calls to typelib-load need to be made from the same thread.