Mercurial > pymonkey
diff docs/rendered/pymonkey.html @ 119:d30576edf797
Added notes on thread safety to documentation.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 17 Aug 2009 22:36:42 -0700 |
parents | 06269ca0b36c |
children | 4705522c7431 |
line wrap: on
line diff
--- a/docs/rendered/pymonkey.html Mon Aug 17 22:22:41 2009 -0700 +++ b/docs/rendered/pymonkey.html Mon Aug 17 22:36:42 2009 -0700 @@ -313,6 +313,10 @@ class </em><tt class="descclassname">pymonkey.</tt><tt class="descname">Runtime</tt><a class="headerlink" href="#pymonkey.Runtime" title="Permalink to this definition">¶</a></dt> <dd><p>Creates a new JavaScript runtime. JS objects created by the runtime may only interact with other JS objects of the same runtime.</p> +<p>With few exceptions, objects belonging to a runtime can currently +only be used in the same thread that the runtime was created +in. This may be changed in the future, since SpiderMonkey itself +has support for thread safety.</p> <dl class="method"> <dt id="pymonkey.Runtime.new_context"> <tt class="descname">new_context</tt><big>(</big><big>)</big><a class="headerlink" href="#pymonkey.Runtime.new_context" title="Permalink to this definition">¶</a></dt>