]> git.mxchange.org Git - friendica.git/blob - src/Worker/README.md
wrapping up 2019.12
[friendica.git] / src / Worker / README.md
1 ## Friendica\Worker
2
3 The Worker namespace contains all asynchronous workers of Friendica.
4 The all have to implement the function `public static function execute()`.
5
6 They are all executed by the [`Worker`](https://github.com/friendica/friendica/blob/develop/src/Core/Worker.php).