Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-03-08 00:45:09 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-03-08 00:45:09 +0300
commitc05310babad165284c4b52b3e002cb7d226b08ba (patch)
treee3a598e342a86405e06a6b7163e0aa6eae7d8399 /web
parente6fd7a935d0f6340550bfcbde01f044331fcae05 (diff)
Update from Dick
svn path=/trunk/mono/; revision=12332
Diffstat (limited to 'web')
-rwxr-xr-xweb/embedded-api9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/embedded-api b/web/embedded-api
index 12e0c30450b..9347c0f219a 100755
--- a/web/embedded-api
+++ b/web/embedded-api
@@ -273,6 +273,15 @@
It may not be possible to manage exceptions in that case,
though. I need to think more about it.
+** Threading issues
+
+ If your application creates threads on its own, and you want them to
+ be able to call code into the CIL universe with Mono, you have to
+ register the thread with Mono before issuing the call.
+
+ To do so, call the mono_thread_attach() function before you execute
+ any managed code from the thread
+
* Samples
See the sample programs in mono/sample/embed for examples of