Timeline for Why is it the caller's responsibility to ensure thread safety in GUI programming?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 11, 2015 at 14:00 | audit | First posts | |||
| Sep 11, 2015 at 14:00 | |||||
| Sep 2, 2015 at 19:51 | comment | added | Patrick | .NET has the System.Windows.Threading.Dispatcher to handle dispatching to both WPF and WinForms UI-Threads. That kind of layer between presenter and view definitely is useful. But it only provides toolkit independence, not threading independence. | |
| Sep 2, 2015 at 19:44 | comment | added | durron597 | Maybe a layer could be introduced in between the View and the Presenter that could also be swapped out. | |
| Sep 2, 2015 at 19:42 | history | answered | Patrick | CC BY-SA 3.0 |