Class: Typhoeus::Curl::FDSet
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Typhoeus::Curl::FDSet
- Defined in:
- lib/typhoeus/curl.rb
Constant Summary collapse
- FD_SETSIZE =
XXX how does this work on non-windows? how can curl know the new sizeā¦
524288
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
389 |
# File 'lib/typhoeus/curl.rb', line 389 def clear; self[:fd_count] = 0; end |