normalizedWatcherCapacity

fnsize_t normalizedWatcherCapacity(size_t requested) pure @safe nothrow @nogc

Normalize a requested watcher capacity to a minimum sane value.

Parameters

requestedCaller-provided capacity.

Returns

At least 4, or the requested value if larger.