Documentation ¶ Index ¶ func Reopen(ctx context.Context) context.Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Reopen ¶ func Reopen(ctx context.Context) context.Context Reopen returns a context that inherits all the values stored in the given parent context, but not tied to the parent's lifespan. The returned context has no deadline. Reopen can even be used on an already closed context, hence the name. Types ¶ This section is empty. Source Files ¶ View all Source files reopen.go Click to show internal directories. Click to hide internal directories.