libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_PLATFORM_LOOP_FIELDS
deimos
uv
sunos
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Solaris)
extern (
C
) pure nothrow @
nogc
template
UV_PLATFORM_LOOP_FIELDS () {
version(Solaris)
extern (
C
) pure nothrow @
nogc
uv__io_t
fs_event_watcher
;
version(Solaris)
extern (
C
) pure nothrow @
nogc
int
fs_fd
;
}
Members
Variables
fs_event_watcher
uv__io_t
fs_event_watcher
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fs_fd
int
fs_fd
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
deimos
uv
sunos
templates
UV_PLATFORM_FS_EVENT_FIELDS
UV_PLATFORM_LOOP_FIELDS