Pid returns the pid or process id for the task
()
| 243 | |
| 244 | // Pid returns the pid or process id for the task |
| 245 | func (t *task) Pid() uint32 { |
| 246 | return t.pid |
| 247 | } |
| 248 | |
| 249 | func (t *task) Start(ctx context.Context) error { |
| 250 | ctx, span := tracing.StartSpan(ctx, tracing.Name("client.task", "Start"), |