예제 #1
0
파일: functions.php 프로젝트: amphp/amp
/**
 * Disable a watcher.
 *
 * @see \Interop\Async\Loop::disable()
 *
 * @param string $watcherId
 */
function disable(string $watcherId)
{
    Loop::disable($watcherId);
}