| author | |
| committer | |
| log | 09d96c4903926052c3141d6cfe036960adc54049 |
| tree | 9c904b520469b3e9473039516de95fa57024915d |
| parent | d66d0743d90f45f053bc41399bbc4b0adb0ffcef |
reasoning is that polling with large amount of operations will be rarely
done with std.Io.Threaded. However this still provides the opportunity
to provide concurrency for any real world use cases that need it.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Threaded.zig+1-1| ... | ... | @@ -1179,7 +1179,7 @@ const Syscall = struct { |
| 1179 | 1179 | |
| 1180 | 1180 | const max_iovecs_len = 8; |
| 1181 | 1181 | const splat_buffer_size = 64; |
| 1182 | const poll_buffer_len = 100; | |
| 1182 | const poll_buffer_len = 32; | |
| 1183 | 1183 | const default_PATH = "/usr/local/bin:/bin/:/usr/bin"; |
| 1184 | 1184 | |
| 1185 | 1185 | comptime { |