Example #1
0
/**
 * Enable a watcher.
 *
 * @see \Interop\Async\Loop::enable()
 *
 * @param string $watcherId
 */
function enable(string $watcherId)
{
    Loop::enable($watcherId);
}