1
0
mirror of https://github.com/danog/amp.git synced 2024-12-04 10:28:01 +01:00
amp/stubs/FiberScheduler.php

10 lines
111 B
PHP
Raw Normal View History

2020-09-24 18:52:22 +02:00
<?php
interface FiberScheduler
{
/**
* Run the scheduler.
*/
public function run(): void;
}