- added more type-hints - added missing documentation - Email::send() now returns what mail() returns (bool)
The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().
public static function execute()
They are all executed by the Worker.
Worker