The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

Name

SPVM::Sys::Select::Fd_set - fd_set structure in C Language

Description

Sys::Select::Fd_set class in SPVM represents fd_set structure in the C language.

Usage

my $fd_set = Sys::Select::Fd_set->new;

Interfaces

Class Methods

new

static method new : Sys::Select::Fd_set ();

Create a new Sys::Select::Fd_set object.

Instance Methods

DESTROY

method DESTROY : void ();

The destructor.

clone

method clone : Sys::Select::Fd_set ();

Clones this object and returns it.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License