Documentation ¶ Index ¶ func WithoutCancel(parent context.Context) context.Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithoutCancel ¶ func WithoutCancel(parent context.Context) context.Context WithoutCancel returns a derived context that points to the parent context and is not canceled when parent is canceled. The returned context returns no Deadline or Err, and its Done channel is nil. Types ¶ This section is empty. Source Files ¶ View all Source files context.go Click to show internal directories. Click to hide internal directories.