❔ Looking for advise
Hello,
I have some collection of objects that implements IDisposable, they internally doing various async things.
to save a bit of resource i would like to introduce a cancelation token to them - in constructor it will be created and Dispose method will cancel it. it is okey? do you have better approach
example i do
PING ME IF YOU KNOW (:
2 Replies