Re: [Mono-list] Specific thread for event?

2015-01-12 Thread Robert Jordan
On 12.01.2015 08:53, Michael McGlothlin wrote: Obviously something has been done with iOS to make it possible to access the main thread. Am I missing something or is this pretty much a deadend? In iOS (and many other UI frameworks), the main thread runs a message/event loop which provides

[Mono-list] Specific thread for event?

2015-01-11 Thread Michael McGlothlin
I had the general idea of making an event that would invoke every handler in its list on the thread it was registered from. So I added accessors that'd store the thread and set things up so when I invoke the handlers it'd use those threads .. only there seems to be no way to run code on a