Hi

I would like to know if my test works because of a bug or because it is really 
possible.

I embedded mono into my application. In pseudo code the main function of my 
csharp application looks like:

{
createAsyncCallbacks;
return;
}

In a simple application it looks like the callbacks still work, after the 
mono_jit_exec function has been left. Is that lucky coincidence, or does the 
jit still completely work, after the exec function has been left, till I do a 
mono_jit_cleanup. Are there any restrictions, what I can do within those 
callbacks ?

Kind regards
Joseph Wenninger


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to