Next: Debugging and Profiling, Previous: Sample Applications, Up: Tutorial [Contents][Index]
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.