Exemplo n.º 1
0
/**
 * Unreference a watcher.
 *
 * @see \Interop\Async\Loop::unreference()
 *
 * @param string $watcherId
 */
function unreference(string $watcherId)
{
    Loop::unreference($watcherId);
}