Hi.

I would like to know if anyone here has experience using the Portable
Coroutine Library with Gtk+?

I find the idea to use it very attractive, as it has both the advantages of
threaded code (the flow of the program is direct, without having to save the
state in structures passed around to signal handlers and callbacks) and
non-threaded code (I can avoid all locking issues, and it is always safe to
call Gtk+ functions (and OpenGL functions too).

Unfortunately, PCL does not seem to be widely used, and I fear there may be
some annoying bugs in it. Therefore any information would be helpful.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to