1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Update for Driver changes in spec

This commit is contained in:
Aaron Piotrowski 2016-08-06 08:58:37 -05:00
parent 19e6440897
commit ea66677a50

View File

@ -5,11 +5,8 @@ namespace Amp\Loop;
use Amp\Loop\Internal\Watcher;
use Interop\Async\Loop\Driver;
use Interop\Async\Loop\InvalidWatcherException;
use Interop\Async\Loop\Registry;
abstract class Loop implements Driver {
use Registry;
abstract class Loop extends Driver {
const MILLISEC_PER_SEC = 1e3;
const MICROSEC_PER_SEC = 1e6;