Files
friendica/src/Worker
Hypolite Petovan 0579252362 Add user meta-groups for followers and mutual contacts
- Both Group::expand and Item::enumeratePermissions now have a user id parameter to expand meta-groups
2019-07-29 20:31:46 -04:00
..
2018-10-30 09:58:45 -04:00
2019-01-21 10:48:40 -05:00
2019-03-24 22:51:30 +01:00
2019-02-08 08:38:13 -05:00
2018-12-15 04:32:47 -05:00
2018-10-30 09:58:45 -04:00
2019-01-21 10:53:32 -05:00
2019-03-22 22:56:57 -04:00
2019-02-06 07:31:29 +00:00
2019-01-21 10:43:42 -05: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.