From b4b70a4617fa318ae3e3f3b3d1bb9241d4dc0f9e Mon Sep 17 00:00:00 2001
From: Damien Neil
+ The new WithoutCancel
+ function returns a copy of a context that is not canceled when the original
+ context is canceled.
+
+ The new WithDeadlineCause
+ and WithTimeoutCause
+ functions provide a way to set a context cancellation cause when a deadline or
+ timer expires. The cause may be retrieved with the
+ Cause
function.
+
+ The new AfterFunc
+ function registers a function to run after a context has been cancelled.
+
-- 2.48.1