1
0
mirror of https://github.com/danog/amp.git synced 2024-12-12 01:19:46 +01:00
amp/polyfill/ext-fiber.php

7 lines
147 B
PHP
Raw Normal View History

2020-09-24 18:52:22 +02:00
<?php
if (!\extension_loaded('fiber')) {
require __DIR__ . '/../stubs/Awaitable.php';
require __DIR__ . '/../stubs/FiberScheduler.php';
}