Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for task_id (0.22 sec)

  1. src/internal/trace/order.go

    	// reused, so we don't care about a Begin after an End.
    	id := TaskID(ev.args[0])
    	if _, ok := o.activeTasks[id]; ok {
    		return curCtx, false, fmt.Errorf("task ID conflict: %d", id)
    	}
    	// Get the parent ID, but don't validate it. There's no guarantee
    	// we actually have information on whether it's active.
    	parentID := TaskID(ev.args[1])
    	if parentID == BackgroundTask {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top