pub unsafe extern "C" fn clingo_model_thread_id(
    model: *const clingo_model_t,
    id: *mut clingo_id_t
) -> bool
Expand description

! Get the id of the solver thread that found the model. ! ! @param[in] model the target ! @param[out] id the resulting thread id ! @return whether the call was successful