Is the WPF event loop in this answer still a good one for FSI (besides rethrow
which is now reraise
)? The answer is from 2008 and I'm not sure if there are any "better" implementations around. If not what would one be?
My understanding is that the default implementation is for WinForms.
Yes the default is for Winforms, I do use the WpfEventLoop quite a lot, Code is below,
Test code
Let me know if this helps.
-Fahad