<?php /** * Created by PhpStorm. * User: stanley-king * Date: 2017/11/2 * Time: 上午10:17 */ namespace async_push; interface IPusher { public function run(); }