Hi, I would like to write a code the suspends all "other" threads, does something and then resumes them. Similar to what the GC does when its running (only I don’t do it for garbage collection).
Obviously, I want only the threads I started to suspend and not to change the state of the interpreters threads. Is there a way to do this in IronPython? Thanks.
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
