fixup! fs-poll: remove uv_fs_poll_t entirely

This commit is contained in:
Jameson Nash 2026-03-13 15:16:06 +00:00
parent f58f58c30b
commit 9ce9170126

View File

@ -6,5 +6,6 @@
.. deprecated::
``uv_fs_poll_t`` has been removed. Use :c:type:`uv_fs_event_t` instead.
See `issue #4543 <https://github.com/libuv/libuv/issues/4543>`_ for details.
``uv_fs_poll_t`` has been removed. Use :c:type:`uv_fs_stat` instead with a
manual :c:type:`uv_timer` instead. See `issue #4543
<https://github.com/libuv/libuv/issues/4543>`_ for details.