常见方法

  1. context.WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) 指定时长超时结束
  2. context.WithCancel(parent Context) (ctx Context, cancel CancelFunc) 手动结束
  3. context.WithDeadline(parent Context, d time.Time) (Context, CancelFunc) 指定时间结