仓库初始化
This commit is contained in:
20
addons/crontab/library/SimpleFork/Runnable.php
Normal file
20
addons/crontab/library/SimpleFork/Runnable.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Jenner
|
||||
* Date: 2015/8/12
|
||||
* Time: 15:28
|
||||
*/
|
||||
|
||||
namespace Jenner\SimpleFork;
|
||||
|
||||
|
||||
interface Runnable
|
||||
{
|
||||
/**
|
||||
* process entry
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function run();
|
||||
}
|
||||
Reference in New Issue
Block a user