1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
amp/stubs/FiberScheduler.php
2020-09-24 12:53:32 -05:00

10 lines
111 B
PHP

<?php
interface FiberScheduler
{
/**
* Run the scheduler.
*/
public function run(): void;
}