I have thus far avoided the nightmare that is testing multi-threaded code since it just seems like too much of a minefield. I\'d like to ask how people have gone about test
(if possible) don't use threads, use actors / active objects. Easy to test.