Skip to content

Using IsActive for co‐operative cancellation

Devrath edited this page Jan 14, 2024 · 2 revisions

1_-hW9fFeCaJNdcoJgOgaoGA

About

  • Co-routine cancellation is tricky because it needs to be cooperative.
  • There must be some cooperation between the code that canceling and the code that is being canceled.
  • Also the process must be clean and proper.
Clone this wiki locally