Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyCtx ¶
CopyCtx copies from src to dst until either EOF is reached on src or a context is cancelled. The writer is not closed when the context is cancelled.
After CopyCtx exits due to context cancellation, the goroutine that performed the copy may still be running if either the reader or writer blocks.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.