Files
friendica/src/Worker
nupplaPhil 424c87195b CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
2020-01-18 15:41:19 +01:00
..
2018-10-30 09:58:45 -04:00
2019-01-21 10:48:40 -05:00
2019-12-21 20:18:44 +00:00
2019-12-29 20:16:55 +01:00
2019-03-22 22:56:57 -04:00
2020-01-18 15:41:19 +01:00
2019-01-21 10:43:42 -05:00
2019-12-21 20:18:44 +00:00
2019-12-21 20:18:44 +00:00
2019-12-21 20:18:44 +00:00
2019-12-21 20:18:44 +00:00
2019-12-21 20:18:44 +00:00
2019-12-21 20:18:44 +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.