Method SSL.File()->set_timeout()
- Method set_timeout
void
set_timeout(int(0..0)
|float
seconds
)- Description
Set timeout for blocking operations.
- Parameter
seconds
Time in seconds allowed for blocking operations before triggering a timeout. Set to
0
(zero) to disable.By default there is no timeout.
- See also