From: Anders A. <all...@gm...> - 2012-06-29 12:40:07
|
I'm looking into wxLua and I must say it works very good, thank you. Since I use a lot of wxThreads in my application, I wonder what the status is of implementing wxThreads in wxLua? The last post I found about this was from 2010. I know there is "coroutine" but again it's very slow and not like the real thing. I wonder what the problem is with implementing wxThreads? (im not familiar with wxLua code). I only use wxTHREAD_DETACHED, is it not just to write an interface for wxThread and let wxWidgets manage the rest? |