Esempio n. 1
0
/**
 * Just for simplifying the Timers::setTimeout method
 *
 *
 * @param callable | string $func
 * @param float $milliseconds
 *
 * @return integer
 */
function setTimeout($func, $milliseconds)
{
    return Timers::setTimeout($func, $milliseconds);
}