Class: Ethon::Curl::FDSet Private

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/ethon/curls/classes.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

:nodoc:

Constant Summary collapse

FD_SETSIZE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

FD Set size.

::Ethon::Libc.getdtablesize

Instance Method Summary collapse

Instance Method Details

#clearObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

:nodoc:



40
# File 'lib/ethon/curls/classes.rb', line 40

def clear; self[:fd_count] = 0; end