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:
parent
19e6440897
commit
ea66677a50
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user