Method SSL.File()->set_timeout()
- Method set_timeout
voidset_timeout(int(0..0)|floatseconds)- 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