mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
279 B
279 B
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
.