1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 02:42:05 +03:00
wezterm/filedescriptor/src
Wez Furlong 65cc7bb286 filedescriptor: probe for pipes between wsl and win32
This is a port of something I found when developing some changes
in watchman.  When doing something like:

`some win32 command | wsl something`

That pipe doesn't look like a normal win32 pipe and we'd end up
treating it like a socket, but it isn't really a socket either.
2020-05-09 10:56:53 -07:00
..
lib.rs add FileDescriptor::set_non_blocking 2020-01-15 08:24:41 -08:00
unix.rs filedescriptor: macos: mem::uninitialized -> MaybeUninit 2020-01-26 19:07:19 -08:00
windows.rs filedescriptor: probe for pipes between wsl and win32 2020-05-09 10:56:53 -07:00