Andy Wingo <[EMAIL PROTECTED]> writes: > > (1) garbage collection requires cooperation between threads; if the main > thread running gtk-main doesn't check in now and then the app will lock > up in gc
The old guile-gtk has a set of GThreadFunctions that still work in 1.6, if you wanted to compare (gtk-main can run in a thread there). In recent changes I divvied up the gtk-threads.c file into sections for 1.6, 1.8 and no threads, to help show which bits are used where. _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
