1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 21:31:18 +01:00
amp/lib/bootstrap.php

8 lines
90 B
PHP
Raw Normal View History

2016-06-23 23:37:06 -05:00
<?php
namespace Amp\Loop;
use Interop\Async\Loop;
Loop::setFactory(new LoopFactory());