]> git.mxchange.org Git - friendica.git/commit
Hook calls can now be forked into a worker queue entry
authorMichael <heluecht@pirati.ca>
Tue, 6 Feb 2018 22:52:36 +0000 (22:52 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Feb 2018 22:52:36 +0000 (22:52 +0000)
commit47d165cb2572077579b10cc3249d3cd6443eb94f
tree36990b09346db44712d8e1149836afe1f6a656c7
parent66e3c1836ea8ddfea9b5dc60ce9617d49696323b
Hook calls can now be forked into a worker queue entry
boot.php
database.sql
src/Core/Addon.php
src/Core/Worker.php
src/Database/DBStructure.php
src/Worker/Cron.php
src/Worker/CronHooks.php [deleted file]
src/Worker/ForkHook.php [new file with mode: 0644]
src/Worker/Notifier.php