Files
newznab-tmux/misc/update/nix/multiprocessing/update_per_group.php
T

8 lines
200 B
PHP

<?php
declare(ticks=1);
require('.do_not_run/require.php');
use \nntmux\libraries\Forking;
// This is the same as the python update_threaded.php
(new Forking())->processWorkType('update_per_group');