1
1
Fork 0
friendica_2019-12_sharedHos.../src/Worker
2020-04-28 07:10:18 +00:00
..
AddContact.php
APDelivery.php
CheckVersion.php
CreateShadowEntry.php
Cron.php
CronJobs.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
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 Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
UpdateGServer.php
UpdateGServers.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateSuggestions.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.