]> Sergey Matveev's repositories - public-inbox.git/commit
ds: support add unique timers
authorEric Wong <e@80x24.org>
Sat, 18 Sep 2021 09:33:27 +0000 (09:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 18 Sep 2021 20:25:28 +0000 (20:25 +0000)
commite693f102e230796a13a648750b65b8ca38f04a16
treed69478c1b80714fa8bbfc36931429b1ca23858ef
parent04bb05ee7f8d304757cbb016128c0aea157fc842
ds: support add unique timers

A common pattern we use is to arm a timer once and prevent
it from being armed until it fires.  We'll be using it more
to do polling for saved searches and imports.
lib/PublicInbox/DS.pm
lib/PublicInbox/LeiNoteEvent.pm