friendica/src/Worker/README.md

6 lines
279 B
Markdown
Raw Normal View History

2019-03-03 15:05:35 +01: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`](https://github.com/friendica/friendica/blob/develop/src/Core/Worker.php).