about summary refs log tree commit homepage
path: root/lib/PublicInbox/EvCleanup.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-03 09:04:01 +0000
committerEric Wong <e@80x24.org>2019-06-03 09:04:01 +0000
commitb34caa16682c455f331d5a86959333e8b20f364c (patch)
treecf0b8d780e5503f354fde71b5b0e4df9fe4342d9 /lib/PublicInbox/EvCleanup.pm
parent6dbfe2e2d1e2714e268cdf7f132a62e7bcddf94d (diff)
parent43249cc8458235ed64a8212e1126936454a525bc (diff)
downloadpublic-inbox-b34caa16682c455f331d5a86959333e8b20f364c.tar.gz
* origin/ds:
  ds: remove PLCMap and per-socket PostLoopCallback
  ds: drop write_set_watch field
  ds: drop unused EVENT: label in epoll code path
  ds: drop checks for invalid descriptors
  ds: drop set_writer_func support
  ds: add a note about planned future changes
  ds: drop more unused subs
Diffstat (limited to 'lib/PublicInbox/EvCleanup.pm')
-rw-r--r--lib/PublicInbox/EvCleanup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/EvCleanup.pm b/lib/PublicInbox/EvCleanup.pm
index b2f8c088..afed24ff 100644
--- a/lib/PublicInbox/EvCleanup.pm
+++ b/lib/PublicInbox/EvCleanup.pm
@@ -38,7 +38,7 @@ sub _run_all ($) {
         $_->() foreach @$run;
 }
 
-# ensure PublicInbox::DS::ToClose fires after timers fire
+# ensure PublicInbox::DS::ToClose processing after timers fire
 sub _asap_close () { $asapq->[1] ||= _asap_timer() }
 
 sub _run_asap () { _run_all($asapq) }