status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
353 stars 51 forks source link

Memory cleanups #395

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago
cheatfate commented 1 year ago

Cancellation callback MUST be deprecated of course but it MUST not be scheduled on Futures with children, because in this case exception CancelledError is going to be generated by the children, otherwise you creating multiple points of cancellation which will introduce UB.