From cc56fb8d29c9ed04af72fcf680d21e38f5ac914d Mon Sep 17 00:00:00 2001 From: Desour Date: Sat, 5 Oct 2024 12:54:55 +0200 Subject: [PATCH] it was written directly below all the time --- src/threading/ipc_channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threading/ipc_channel.h b/src/threading/ipc_channel.h index b83eda8ca..7c151e32f 100644 --- a/src/threading/ipc_channel.h +++ b/src/threading/ipc_channel.h @@ -188,8 +188,8 @@ public: static IPCChannelEnd makeA(std::unique_ptr resources); static IPCChannelEnd makeB(std::unique_ptr resources); - // If send, recv, or exchange return false (=timeout), stop using the channel. <--- TODO:why? // Note: timeouts may be for receiving any response, not a whole message. + // If send, recv, or exchange return false (=timeout), stop using the channel. // Returns false on timeout [[nodiscard]]