Hello list,

The documentation mentions in passing that IupPostMessage is expected to
be thread safe, which I take to mean that it can be called from any
other thread than the thread running the IUP main loop, without needing
any synchronization.

I would like to do that with Lua rather than C, and I wonder how it is
done in practice. I would appreciate a tutorial example that shows how I
can invoke iup.PostMessage from other threads without risking threading
mishaps.

Thanks!

Stefan


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to