friendica/src/Worker
Michael 83f670e9e5 Test against the thread parent as well 2019-10-07 04:19:12 +00:00
..
APDelivery.php
CheckVersion.php
CreateShadowEntry.php
Cron.php
CronJobs.php Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
DBClean.php
DBUpdate.php
Delivery.php Test against the thread parent as well 2019-10-07 04:19:12 +00:00
Directory.php
DiscoverPoCo.php Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
Expire.php
ForkHook.php
GProbe.php Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
MergeContact.php
Notifier.php Fix communication issues when a contact is able to speak AP, but uses Diaspora 2019-10-06 21:59:23 +00:00
OnePoll.php
ProfileUpdate.php
PubSubPublish.php Code transitioning from PortableContacts.php to GServer.php 2019-10-03 23:33:41 +00:00
README.md
RemoveContact.php
RemoveUser.php
SpoolPost.php
TagUpdate.php
UpdateContact.php
UpdateGContact.php

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.