@prologic@twtxt.net short version: context is a linked list that is passed down a call stack that can share timeout, cancellation, or other data as needed by lower functions in the call stack.
@prologic@twtxt.net short version: context is a linked list that is passed down a call stack that can share timeout, cancellation, or other data as needed by lower functions in the call stack.
@xuu@txt.sour.is Pretty much. I was doing some research on this as I was going to be teaching my colleagues at work all about Go contexts 😅