Support for main threads not named 'MainThread' ?

Issue #4 new
Former user created an issue

Great project, one problem I'm running into is when it's used in multiprocessing pool and pebble pool processes. Python can spawn processes that are not assigned as the 'MainThread' even though they effectively are (I think, could be wrong) a "main thread". Any thoughts on this? If what I think is accurate, then it might be worth thinking about some sort of override for ignoring threads that are not 'MainThread'.

Comments (0)

  1. Log in to comment