Name
SPVM::Sys::Select::Constant - Constant values for Select.
Usage
use Sys::Select::Constant as Select;
my $o_trunc = Select->O_TRUNC;
Description
Sys::Select::Constant
is the class for the constant values for the select function.
Class Methods
FD_SETSIZE
static method FD_SETSIZE : int ();
Get the constant value of FD_SETSIZE
. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License