开发者

C run function in another thread

开发者 https://www.devze.com 2023-01-02 05:45 出处:网络
I have simple from written on C/gtk+ and i have function in this appliction. I need to run this function in a separa开发者_JAVA百科te thread from gui form. Where can i see example?

I have simple from written on C/gtk+ and i have function in this appliction. I need to run this function in a separa开发者_JAVA百科te thread from gui form. Where can i see example?

Thank you.


http://www.yolinux.com/TUTORIALS/GDK_Threads.html


Thread functions are provided by your operating system, they are not part of the C standard.

0

精彩评论

暂无评论...
验证码 换一张
取 消