Cancellation.Sourcet is the type of cancellation token source that can be used to cause an associated token to become canceled.
val cancel : t @ local -> unitcancel t makes any tokens associated with t canceled. It will signal the triggers for any linked tokens.