What type of design diagram is recommended for capturing the high level/concept design of an application that has multiple threads? Any examples?
In my specific case (C# WPF app) I have a application that has:
- a UI project & some class libraries (util classes broken out for reuse)
- classes within (both UI and class library)
- but also about 5 different threads (including UI thread) handling various things