[C++-sig] interrupting long running c++ code

Neal Becker ndbecker2 at gmail.com
Sun Dec 20 16:39:00 CET 2009


I don't suppose there's any way to allow interrupt signal through while a 
long-running boost::python wrapped function is running?  It seems that 
python blocks the signal until the function completes.

This is a single-threaded environment. 



More information about the Cplusplus-sig mailing list