We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bb009 commit 8860df5Copy full SHA for 8860df5
spawn/wait.lua
@@ -10,7 +10,7 @@ local map_err = {
10
stopped = "stop";
11
}
12
13
--- hack around lack or 'bor' function
+-- hack around lack of 'bor' function
14
local function had_nohang(options)
15
return (options%(unix.WNOHANG*2) - options%unix.WNOHANG) ~= 0
16
end
0 commit comments