Returns readable file descriptors in L</"fds_list"> field.
This method calls L<Sys::Select#select|SPVM::Sys::Select/"select"> method.
The timeout $timeoutspecifies the minimum interval that select() systemcall should block waiting fora file descriptor to become ready. If $timeoutis 0, then select() returns immediately. If $timeoutis a negative value, select() can block indefinitely.
Returns writable file descriptors in L</"fds_list"> field.
The timeout $timeoutspecifies the minimum interval that select() systemcall should block waiting fora file descriptor to become ready. If $timeoutis 0, then select() returns immediately. If $timeoutis a negative value, select() can block indefinitely.
Returns file descriptors that causes exceptions in L</"fds_list"> field.
The timeout $timeoutspecifies the minimum interval that select() systemcall should block waiting fora file descriptor to become ready. If $timeoutis 0, then select() returns immediately. If $timeoutis a negative value, select() can block indefinitely.
=head1 See Also
=over 2
=item * L<Sys::Select|SPVM::Sys::Select>
=back
=head1 Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)