libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
POLLOUT
libressl_d
compat
poll
Writing now will not block.
enum
POLLOUT
;
enum
POLLOUT
;
version(Windows)
extern (
C
) nothrow @
nogc
static if
(!(
(!__traits(compiles, core.sys.windows.sdkddkver._WIN32_WINNT)) || (core.sys.windows.sdkddkver._WIN32_WINNT < 0x0600)
))
enum
POLLOUT
=
POLLWRNORM
;
Meta
Source
See Source File
libressl_d
compat
poll
aliases
nfds_t
functions
poll
manifest constants
POLLERR
POLLHUP
POLLIN
POLLNVAL
POLLOUT
POLLPRI
POLLRDBAND
POLLRDNORM
POLLWRBAND
POLLWRNORM
structs
pollfd
Writing now will not block.