Re: Mono in Ubuntu thread
"howard.rubin" <[email protected]> Tue, 18 Apr 2017 08:10:04 -0700 (PDT)
| Newsgroups | gmane.comp.gnome.mono.devel |
|---|---|
| Message-ID | <[email protected]> |
The documentation for using threads in mono is woefully inadequate, but with experimentation threads can be made to work. One way is to use mono_thread_create(). Another is to open the domain outside the threads with mono_jit_init(), then in the created threads call mono_thead_attach() at the beginning and mono_thread_detach() at the end. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-in-Ubuntu-thread-tp4670463p4670511.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list