summaryrefslogtreecommitdiff
path: root/xmake/core/base/pipe.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/pipe.lua')
-rw-r--r--xmake/core/base/pipe.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/pipe.lua b/xmake/core/base/pipe.lua
index 137f9c779..9a896afba 100644
--- a/xmake/core/base/pipe.lua
+++ b/xmake/core/base/pipe.lua
@@ -235,7 +235,7 @@ end
-- wait pipe events
--
-- @param events the events to wait, e.g. pipe.EV_READ, pipe.EV_WRITE
--- @param timeout the timeout in milliseconds, -1 for infinite
+-- @param timeout the timeout in milliseconds, -1 for infinite, 0 to check without waiting
-- @return the received events, or 0 on timeout
--
function _instance:wait(events, timeout)