Function kill_thread

Source
pub async fn kill_thread<T: DOwned>(
    client: Client,
    threadID: i32,
) -> Result<T, Error>