Files
Christian Stewart 8ee2508668 sysfs: support IsNonblock/SetNonblock on fs.FS-backed files (#2479)
OpenFSFile returns fsFile which wraps an fs.File. Previously fsFile only
forwarded Poll but not IsNonblock/SetNonblock, so files opened from
custom fs.FS mounts (e.g. virtual /dev/tcp/) could not participate in
non-blocking I/O.

Changes:
- Add nonblocker interface to forward IsNonblock/SetNonblock through
fsFile to the underlying fs.File (PollableFile cannot be used due to
conflicting Close signatures between fs.File and sys.File)
- Add tests for fsFile IsNonblock/SetNonblock forwarding

Signed-off-by: Christian Stewart <christian@aperture.us>
2026-03-05 16:49:54 +00:00
..
2025-12-18 15:01:01 +00:00
2025-11-14 14:39:31 +00:00
2025-12-18 15:01:01 +00:00
2025-11-14 14:39:31 +00:00