the task will be moved into queue, then onto slots however, the state must be kept by caller (e.g., HTTP thread)
| 247 | // the task will be moved into queue, then onto slots |
| 248 | // however, the state must be kept by caller (e.g., HTTP thread) |
| 249 | task_result_state create_state() const { |
| 250 | return task_result_state(params.chat_parser_params); |
| 251 | } |
| 252 | |
| 253 | bool is_parent() const { |
| 254 | return child_tasks.size() > 0; |
no test coverage detected