示例#1
0
文件: functions.php 项目: amphp/amp
/**
 * Reference a watcher.
 *
 * @see \Interop\Async\Loop::reference()
 *
 * @param string $watcherId
 */
function reference(string $watcherId)
{
    Loop::reference($watcherId);
}