A function calls `context.WithTimeout`. Name the returned function it must call to releas…

from Go
intermediate 1 min

A function calls `context.WithTimeout`. Name the returned function it must call to release resources even when the operation finishes early.

Report an error