friendica/src/Worker
Michael 143566b853 Missing word 2019-07-15 04:36:55 +00:00
..
APDelivery.php Collect data about used protocols for delivery 2019-06-28 09:03:58 +00:00
CheckVersion.php
CreateShadowEntry.php
Cron.php Unused parts removed, query refurbished 2019-06-26 05:18:11 +00:00
CronJobs.php Remove failing require to non-existent file in Worker\CronJobs 2019-04-24 18:30:51 -04:00
DBClean.php
DBUpdate.php Added Update checks 2019-03-24 22:51:30 +01:00
Delivery.php Collect data about used protocols for delivery 2019-06-28 09:03:58 +00:00
Directory.php
DiscoverPoCo.php Add PortableContact constants 2019-02-08 08:38:13 -05:00
Expire.php
ForkHook.php
GProbe.php
Notifier.php Missing word 2019-07-15 04:36:55 +00:00
OnePoll.php Update gcontact when public contact is updated 2019-07-03 05:46:35 +00:00
ProfileUpdate.php
PubSubPublish.php
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Partly Reverted #6583 2019-02-06 07:31:29 +00:00
RemoveUser.php
SpoolPost.php
TagUpdate.php
UpdateContact.php Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
UpdateGContact.php Update gcontact when public contact is updated 2019-07-03 05:46:35 +00:00

README.md

Friendica\Worker

The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().

They are all executed by the Worker.