Every one I know of has regretted it, and seen it as an antipattern. For example, Java way back in 1.5:
http://docs.oracle.com/javase/1.5.0/docs/guide/misc/threadPr...I think Erlang might be okay with it, because "this thread can fail at any time" is a core value of Erlang. But it's an exception.