fixup! fs-poll: remove uv_fs_poll_t entirely
This commit is contained in:
parent
f58f58c30b
commit
9ce9170126
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user