The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

use Sys::Select::Fd_set;

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