[][src]Function dqcsim::bindings::dqcs_plugin_wait

#[no_mangle]pub extern "C" fn dqcs_plugin_wait(pjoin: dqcs_handle_t) -> dqcs_return_t

Waits for a plugin worker thread to finish executing.

Unless the join handle is invalid, this function returns success/failure based on the result of the plugin execution. If the plugin thread is joined, the join handle is deleted.