friendica/src/Worker
..
APDelivery.php
AddContact.php
CheckVersion.php
CreateShadowEntry.php
Cron.php
CronJobs.php
DBClean.php
DBUpdate.php
Delivery.php
Directory.php
Expire.php
FetchPoCo.php
ForkHook.php
MergeContact.php
Notifier.php
OnePoll.php
ProfileUpdate.php
PubSubPublish.php
README.md
RemoveContact.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
TagUpdate.php
UpdateContact.php
UpdateGContact.php
UpdateGContacts.php
UpdateGServer.php
UpdateGServers.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateSuggestions.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.