mirror of
https://github.com/danog/amp.git
synced 2024-12-02 17:37:50 +01:00
Delete WatcherInterface.php
This commit is contained in:
parent
899e100349
commit
6d906eb887
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Interop\Async\EventLoop;
|
||||
|
||||
interface WatcherInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function enable();
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function disable();
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function cancel();
|
||||
}
|
Loading…
Reference in New Issue
Block a user