From f09a4fb5b533fe7ec0473712d3fa236ca755397a Mon Sep 17 00:00:00 2001 From: Mark Watney Date: Tue, 8 Apr 2025 09:31:50 +0200 Subject: [PATCH] Add missing/helpful comment in code example --- messenger.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/messenger.rst b/messenger.rst index 484a5cbdaff..49ccc3bc644 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2778,6 +2778,8 @@ provided in order to ease the declaration of these special handlers:: $ack->nack($e); } } + + // Do something in batch that is costly (e.g. sending data to a 3rd party API). } // Optionally, you can override some of the trait methods, such as the