]> Sergey Matveev's repositories - public-inbox.git/commit
on_destroy: support ->cancel callback
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:32:04 +0000 (05:32 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:57 +0000 (23:38 +0000)
commit4452b5ebd8f202d72260325768512230c93ef6f2
treea2574f084f0042ebadb4f0aa5c009bac57bfbc9e
parent02d0dfd3f22f8f7c5d1e189dbe29034b9da9f510
on_destroy: support ->cancel callback

We probably use this idiom elsewhere, but having this method
around to make future use cases more readable is probably prudent.
lib/PublicInbox/OnDestroy.pm
t/on_destroy.t