| author | |
| committer | |
| log | 1b34365ca1f7222a82054ece1901ffb87ffc8b21 |
| tree | 82a45f79863b5a204df647037456d61541698cc6 |
| parent | 7c2bde1f07f5e672bb2320c517568dab9edab652 |
| signature |
This has been broken since 127fa801 files changed, 1 insertions(+), 0 deletions(-)
lib/std/event/loop.zig+1| ... | ... | @@ -467,6 +467,7 @@ pub const Loop = struct { |
| 467 | 467 | }}; |
| 468 | 468 | _ = os.poll(&pfd, -1) catch |poll_err| switch (poll_err) { |
| 469 | 469 | error.SystemResources, |
| 470 | error.NetworkSubsystemFailed, | |
| 470 | 471 | error.Unexpected, |
| 471 | 472 | => { |
| 472 | 473 | // Even poll() didn't work. The best we can do now is sleep for a |