mirror of
https://github.com/danog/amp.git
synced 2024-12-11 08:59:46 +01:00
Created EventLoopInterface.php
This commit is contained in:
parent
27f4c5dc49
commit
09a4083fe1
7
src/EventLoopInterface.php
Normal file
7
src/EventLoopInterface.php
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Interop\Async\EventLoop;
|
||||||
|
|
||||||
|
interface EventLoopInterface
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user