Function ts_query_cursor_timeout_micros

Source
pub unsafe extern "C" fn ts_query_cursor_timeout_micros(
    self_: *const TSQueryCursor,
) -> u64
Expand description

@deprecated use ts_query_cursor_exec_with_options and pass in a callback instead, this will be removed in 0.26.

Get the duration in microseconds that query execution is allowed to take.

This is set via ts_query_cursor_set_timeout_micros.