1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00

Created EventLoopInterface.php

This commit is contained in:
Andrew Carter 2016-01-20 11:01:40 +00:00
parent 27f4c5dc49
commit 09a4083fe1

View File

@ -0,0 +1,7 @@
<?php
namespace Interop\Async\EventLoop;
interface EventLoopInterface
{
}