package
0.0.6
Repository: https://github.com/php2go/netpollmux.git
Documentation: pkg.go.dev

# Functions

Fd returns the integer file descriptor referencing the open file.
FSize returns the file size.
MMap calls the MMap system call.
MSync calls the msync system call.
MUnmap calls the MUnmap system call.
Offset returns the valid offset.
Open opens a MMap.
ProtFlags returns prot and flags by Prot p.

# Constants

COPY represents the copy prot.
EXEC represents the exec prot.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
READ represents the read prot.
WRITE represents the write prot.

# Type aliases

Prot is the protection flag.