Name
SPVM::Sys::Select::Constant - Constant Values for Select.
Description
Sys::Select::Constant class in SPVM has methods to get constant values for the select system call.
Usage
use Sys::Select::Constant;
Class Methods
FD_SETSIZE
static method FD_SETSIZE : int ();
Gets the value of FD_SETSIZE
. If the value is not defined in this system, an exception is thrown with eval_error_id
set to the basic type ID of the Error::NotSupported class.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License