about summary refs log tree commit homepage
path: root/lib/PublicInbox/IPC.pm
DateCommit message (Expand)
2021-01-12ipc: DESTROY and wq_workers methods
2021-01-12ipc: drop -ipc_parent_pid field
2021-01-12ipc: wq: support dynamic worker count change
2021-01-12ipc: eliminate ipc_worker_stop method
2021-01-12ipc: work queue support via SOCK_SEQPACKET
2021-01-12ipc: avoid excessive evals
2021-01-12ipc: add support for asynchronous callbacks
2021-01-12ds: block signals when reaping
2021-01-03ipc: switch to one-way pipes
2021-01-03searchidxshard: use PublicInbox::IPC to kill lots of code
2021-01-03ipc: some documentation comments
2021-01-01update copyrights for 2021
2021-01-01ipc: use shutdown(2), base atfork* callback
2021-01-01ipc: support Sereal
2021-01-01ipc: generic IPC dispatch based on Storable