|
From: Christian G. <aur...@gm...> - 2016-11-27 21:17:18
|
Am 27.11.16 um 22:01 schrieb Lucio Andrés Illanes Albornoz: > I have > not noticed any interthread IPC logic in unix/tcl*Notfy.c. Perhaps someone else > on this list may enlighten me. I am not sure, have not reviewed your code. Interthread communication works by means of Tcl_ThreadQueueEvent() and Tcl_ThreadAlert(). How does it work to wake up a different thread in your implementation? Christian |