From add357a0296903a718a031b313771e7405e4e7bd Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 18 Feb 2019 18:25:27 +0000 Subject: [PATCH] os_fork: yet more doc tidyup --- mitogen/os_fork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/os_fork.py b/mitogen/os_fork.py index 55739877..02162ea8 100644 --- a/mitogen/os_fork.py +++ b/mitogen/os_fork.py @@ -153,7 +153,7 @@ class Corker(object): def cork(self): """ - Arrange for the broker and optional pool to be paused with no locks + Arrange for any associated brokers and pools to be paused with no locks held. This will not return until each thread acknowledges it has ceased execution. """