Hacker News new | ask | show | jobs
by andrewchambers 4075 days ago
In a well behaved program, all theads should probably be synchronized by mutexes/channels etc, so pausing one thread, should in theory pause all related ones.

I think one is fine for now.