aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/fork.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 015cfbe..16c9328 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -22,7 +22,8 @@
(defgeneric post-fork (connection)
(:documentation
- "Code to execute after forking but before calling CONTINUE-DEPLOY*."))
+ "Code to execute after forking/reinvoking but before calling CONTINUE-DEPLOY*.
+Must not start up any threads."))
(defmethod continue-connection ((connection fork-connection) remaining)
(upload-all-prerequisite-data connection)