Haze188

Results 6 issues of Haze188

``` thread_queue* thread_pool::get_thread(){ if(_index == _thread_cnt) { _index = 0; } return _queues[_index]; } ``` 刘老师您好,这里我们获取线程池中的队列的时候**_index是否应该++**? 源代码中_index好像没有在任何地方进行更新,所以每次取的都是_queue[0]了

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A...

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [x ] The title follows the standard format: `[doc/gemini/tensor/...]:...

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...

bug

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...