Files
friendica/src/Worker
Hypolite Petovan 1414d43597 Merge pull request #9664 from annando/delete-contacts
Delete removed contacts
2020-12-16 11:28:56 -05:00
..
2020-09-01 13:40:37 +00:00
2020-09-11 19:24:40 +02:00
2020-12-05 21:07:48 +00:00
2020-05-26 05:18:50 +00:00
2020-10-30 20:26:16 +00:00
2020-09-22 07:19:44 +00:00
2019-03-22 22:56:57 -04:00
2020-12-15 22:56:46 +00:00
2020-12-05 21:58:15 +00:00
2020-12-05 21:07:48 +00:00
2020-12-03 22:32:51 +00:00
2020-12-05 21:07:48 +00:00
2020-12-03 22:32:51 +00:00

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.