www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - get stacktrace across all threads

It would be nice to have an api to get stacktrace across threads; it would
be particularly useful for server applications (eg vibe.d).
Has anyone implemented something similar?
I guess one would need to use signal handlers to interrupt each thread?
Feb 22 2016