The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

SPVM::Sys::Select::Constant - Constant Values for Select.

Description

The 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 the 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