From 7f4368db87375683151a32bc687b29f46119c080 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 27 Mar 2018 11:38:48 +0545 Subject: [PATCH] docs: pad out signal handlers note --- docs/api.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index f52a4479..a79cd4b9 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -548,8 +548,9 @@ Router Class causing random failures in both parent and child. * UNIX signal handlers installed in the parent process remaining active - in the child, despite associated resources, such as service threads - and child processes, becoming absent in the child. + in the child, despite associated resources, such as service threads, + child processes, resource usage counters or process timers becoming + absent or reset in the child. * Library code that makes assumptions about the process ID remaining unchanged, for example to implement inter-process locking, or to