libuv ~master (2020-09-30T04:00:19Z)
Home
Dub
Repo
UV_IO_PRIVATE_PLATFORM_FIELDS
deimos
uv
darwin
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(OSX)
extern (
C
) pure nothrow @
nogc
template
UV_IO_PRIVATE_PLATFORM_FIELDS () {
version(OSX)
extern (
C
) pure nothrow @
nogc
int
rcount
;
version(OSX)
extern (
C
) pure nothrow @
nogc
int
wcount
;
}
Members
Variables
rcount
int
rcount
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcount
int
wcount
;
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
darwin
aliases
UV_PLATFORM_SEM_T
manifest constants
UV_HAVE_KQUEUE
templates
UV_IO_PRIVATE_PLATFORM_FIELDS
UV_PLATFORM_FS_EVENT_FIELDS
UV_PLATFORM_LOOP_FIELDS
UV_STREAM_PRIVATE_PLATFORM_FIELDS