1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Worker
Roland Häder ba45e59313
Changes:
- added more type-hints
- added missing documentation
- Email::send() now returns what mail() returns (bool)
2022-06-22 14:36:48 +02:00
..
Contact
AddContact.php
APDelivery.php
CheckDeletedContacts.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php
FetchFeaturedPosts.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
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.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

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.