1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/filedescriptor/src
Wez Furlong aae287c4f2 fix filedescriptor::poll on macos
Need to use the subsecond microsecond value, rather than the total
microsecond value, otherwise `select(2)` will yield EINVAL.

The wezterm changes show where this error was bubbling up
and breaking the tls client code.
2020-09-10 13:58:14 -07:00
..
lib.rs add FileDescriptor::set_non_blocking 2020-01-15 08:24:41 -08:00
unix.rs fix filedescriptor::poll on macos 2020-09-10 13:58:14 -07:00
windows.rs filedescriptor: probe for pipes between wsl and win32 2020-05-09 10:56:53 -07:00