friendica/src/Worker
..
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php
OnePoll.php
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php
README.md
RemoveContact.php
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.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.