added signature to session::abort()

This commit is contained in:
Arvid Norberg 2006-10-11 22:03:24 +00:00
parent c8fbd5db21
commit f1457fd33e
2 changed files with 7 additions and 0 deletions

View File

@ -314,6 +314,9 @@ timeout can be set with <tt class="docutils literal"><span class="pre">set_setti
</div>
<div class="section" id="abort">
<h2><a name="abort">abort()</a></h2>
<pre class="literal-block">
session_proxy abort();
</pre>
<p>In case you want to destruct the session asynchrounously, you can request a session
destruction proxy. If you don't do this, the destructor of the session object will
block while the trackers are contacted. If you keep one <tt class="docutils literal"><span class="pre">session_proxy</span></tt> to the

View File

@ -161,6 +161,10 @@ timeout can be set with ``set_settings()``.
abort()
-------
::
session_proxy abort();
In case you want to destruct the session asynchrounously, you can request a session
destruction proxy. If you don't do this, the destructor of the session object will
block while the trackers are contacted. If you keep one ``session_proxy`` to the