groonga_d.request_canceler

Undocumented in source.

Members

Functions

grn_request_canceler_cancel
ubyte grn_request_canceler_cancel(const(char)* request_id, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_canceler_cancel_all
ubyte grn_request_canceler_cancel_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_canceler_register
void grn_request_canceler_register(groonga_d.groonga.grn_ctx* ctx, const(char)* request_id, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_request_canceler_unregister
void grn_request_canceler_unregister(groonga_d.groonga.grn_ctx* ctx, const(char)* request_id, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta