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