Golang Context Cancellation Demonstration

# Introduction This lab aims to demonstrate the usage of `context.Context` for controlling cancellation in Golang. A `Context` carries deadlines, cancellation signals, and other request-scoped values across API boundaries and goroutines.

|60 : 00

Click the virtual machine below to start practicing