![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveProblem with Tcl_AsyncCreate()
From: san <sandeep.gond@gmail.com>
Date: Mon Feb 27 2006 - 13:16:01 CET
Hi guys,
I am developing Tcl extension for signals.
handler(int sig)
addsignal(sig)
handler_safe(ClientData cd, Tcl_Interp *interp, int code)
If a signal occurs token should be set by handler and handler_safe will
What could be the problem. Please Help..
|