Method
parallel_task
(&self, tasks: Vec<DelegateTaskOptions>)
Source from the content-addressed store, hash-verified
| 3702 | ts_args_type = "tasks: DelegateTaskOptions[]" |
| 3703 | )] |
| 3704 | pub async fn parallel_task(&self, tasks: Vec<DelegateTaskOptions>) -> napi::Result<ToolResult> { |
| 3705 | self.tasks(tasks).await |
| 3706 | } |
| 3707 | |
| 3708 | /// Run a bounded JavaScript script through the embedded QuickJS `program` tool. |
| 3709 | #[napi(ts_args_type = "options: ProgramScriptOptions")] |
Callers
nothing calls this directly
Tested by
no test coverage detected