groonga_d.request_timer

Undocumented in source.

Members

Aliases

grn_request_timer
alias grn_request_timer = ._grn_request_timer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_get_default_request_timeout
double grn_get_default_request_timeout()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_timer_register
void* grn_request_timer_register(const(char)* request_id, uint request_id_size, double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_timer_set
void grn_request_timer_set(grn_request_timer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_timer_unregister
void grn_request_timer_unregister(void* timer_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_set_default_request_timeout
void grn_set_default_request_timeout(double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_request_timer
struct _grn_request_timer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta