From f1457fd33e39adb2e214ecda11d6d5cb6f1a557f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 11 Oct 2006 22:03:24 +0000 Subject: [PATCH] added signature to session::abort() --- docs/manual.html | 3 +++ docs/manual.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/docs/manual.html b/docs/manual.html index ed5d1ebdc..6fb6d72c2 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -314,6 +314,9 @@ timeout can be set with set_setti

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 diff --git a/docs/manual.rst b/docs/manual.rst index 0a74dc0d8..f2ea7bf2f 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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