The OpenD Programming Language

curl_multi_timer_callback

Name: curl_multi_timer_callback

Desc: Called by libcurl whenever the library detects a change in the maximum number of milliseconds the app is allowed to wait before curl_multi_socket() or curl_multi_perform() must be called (to allow libcurl's timed events to take place).

import etc.c.curl;
extern (C)
alias curl_multi_timer_callback = int function

Return Value

The callback should return zero.

Meta