[Mono-dev] Mono in Ubuntu thread

howard.rubin howard.rubin at hl.konicaminolta.us
Tue Apr 18 15:10:04 UTC 2017


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.


More information about the Mono-devel-list mailing list