Golang Context Cancellation Demonstration | Challenge

# Introduction This challenge 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