1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

it was written directly below all the time

This commit is contained in:
Desour 2024-10-05 12:54:55 +02:00
parent 2af85d05fa
commit cc56fb8d29

View file

@ -188,8 +188,8 @@ public:
static IPCChannelEnd makeA(std::unique_ptr<IPCChannelResources> resources); static IPCChannelEnd makeA(std::unique_ptr<IPCChannelResources> resources);
static IPCChannelEnd makeB(std::unique_ptr<IPCChannelResources> resources); static IPCChannelEnd makeB(std::unique_ptr<IPCChannelResources> 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. // 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 // Returns false on timeout
[[nodiscard]] [[nodiscard]]