]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: avoid cyclic references for once-used callbacks
authorEric Wong <e@80x24.org>
Sat, 5 Mar 2016 05:52:14 +0000 (05:52 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Mar 2016 05:53:16 +0000 (05:53 +0000)
commitdd3939e950f0d0196308dc967b438417355798cd
tree164da6454d7a055ca5877ba3f139b32cc49bb1d1
parentefdca7b8e80e74501d14eb0bee74f78309db287b
daemon: avoid cyclic references for once-used callbacks

Not that these subs are repeatedly created, but this makes
the code easier-to-review and these callbacks are idempotent
anyways.
lib/PublicInbox/Daemon.pm