type runtime/trace.Task

7 uses

	runtime/trace (current package)
		annotation.go#L38: func NewTask(pctx context.Context, taskType string) (ctx context.Context, task *Task) {
		annotation.go#L42: 	s := &Task{id: id}
		annotation.go#L65: func fromContext(ctx context.Context) *Task {
		annotation.go#L66: 	if s, ok := ctx.Value(traceContextKey{}).(*Task); ok {
		annotation.go#L73: type Task struct {
		annotation.go#L79: func (t *Task) End() {
		annotation.go#L90: var bgTask = Task{id: uint64(0)}