Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
<?php
2
 
3
namespace React\Promise\Timer;
4
 
5
if (!function_exists('React\\Promise\\Timer\\timeout')) {
6
    require __DIR__ . '/functions.php';
7
}