* @copyright Ralf Becker * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package api * @access public * @version $Id$ */ use EGroupware\Api; /** * The class implements a general eGW service to execute callbacks at a given time. * * @deprecated use Api\AsyncService */ class asyncservice extends Api\Asyncservice {}