Golang 带有取消功能的Context

本文基于golang 1.17对Golang 带有取消功能的Context的实现进行学习,了解其实现取消操作的实现。开始之前我们先上一段简单的代码来看看效果。