doc: document specific macOS fs_event behavior (#4503)
This commit is contained in:
parent
3e1733a053
commit
5cc7175514
@ -113,6 +113,9 @@ API
|
|||||||
|
|
||||||
.. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
|
.. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
|
||||||
only on OSX and Windows.
|
only on OSX and Windows.
|
||||||
|
.. note:: On macOS, events collected by the OS immediately before calling
|
||||||
|
``uv_fs_event_start`` might be reported to the `uv_fs_event_cb`
|
||||||
|
callback.
|
||||||
|
|
||||||
.. c:function:: int uv_fs_event_stop(uv_fs_event_t* handle)
|
.. c:function:: int uv_fs_event_stop(uv_fs_event_t* handle)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user