Understanding Contexts in Go

Context is one of the critical features in Go that enables concurrency. In Go, “context” refers to a package that provides functionality for request-scoped values and cancelation signals across API boundaries.



via MakeUseOf https://ift.tt/RW1nrDJ

Comments