From c1e968efb32a80612958351acbaef99a3afa2576 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 8 Mar 2019 22:02:49 +0100 Subject: [PATCH] more documentation --- test/minimail.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/minimail.py b/test/minimail.py index 3936a24..2cb47b5 100644 --- a/test/minimail.py +++ b/test/minimail.py @@ -2,7 +2,8 @@ """provide a trivial way to send messages between processes -messages are being sent to an inbox using a filename as a marker +messages are being sent as files to an inbox, which is a directory, using a +filename as a marker recv_all() is delivering all messages, which are newer than the marker file after completion reading is touching the marker file