From f949106044d0ced99ba575ee06d2d2fec67fba9b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Sep 2021 17:09:06 -0700 Subject: FORK-CONNECTION POST-FORK: note that must not start up any threads Per the docstring of EVAL-IN-GRANDCHILD. Signed-off-by: Sean Whitton --- src/connection/fork.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3