]> git.mxchange.org Git - friendica.git/commit
The worker is split into several classes
authorMichael <heluecht@pirati.ca>
Thu, 19 May 2022 19:24:21 +0000 (19:24 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 19 May 2022 19:24:21 +0000 (19:24 +0000)
commitdc16e6d471d1929fbc9c1c741feb51a2d2344d62
tree0ff8fc8c9fac3015dd63f2cc5c1bd3b53334c281
parent87e14d9d28f9f573b77e8ec4763945dba96c6a30
The worker is split into several classes
bin/daemon.php
src/Core/Worker.php
src/Core/Worker/Cron.php [new file with mode: 0644]
src/Core/Worker/Daemon.php [new file with mode: 0644]
src/Core/Worker/IPC.php [new file with mode: 0644]
src/Protocol/ActivityPub/Delivery.php [new file with mode: 0644]
src/Worker/APDelivery.php
src/Worker/Cron.php
src/Worker/RequeuePosts.php [deleted file]