Пример #1
0
/**
 * Reference a watcher.
 *
 * @see \Interop\Async\Loop::reference()
 *
 * @param string $watcherId
 */
function reference(string $watcherId)
{
    Loop::reference($watcherId);
}