http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/IPC.pm
= $$; awaitpid ( $_ ) for keys %{ $self ->{- wq_workers }}; } sub wq_kill { my ( $self , $sig ) = @_ ; kill ( $sig // 'TERM' , keys %{ $self ->{- wq_workers }}); } sub DESTROY { my ( $self ) = @_ ; my $ppid = $self ->{- wq_ppid }; wq_kill ( $self ) if $ppid && $ppid == $$; wq_close ( $self ); ipc_worker_stop ( $self ); } # _SC_NPROCESSORS_ONLN = 84 on both Linux glibc and musl, # emitted using: $^X devel/sysdefs-list my %NPROCESSORS_ONLN = ( linux => 84 , freebsd => 58 , dragonfly =>...