Returns the default thread count used by fastRanges overlap routines.
Details
The default is controlled by getOption("fastRanges.threads") and falls
back to 1L.
This helper is mainly useful when you want package-wide thread control
without passing threads = to every call.
Example:
options(fastRanges.threads = 8L) sets the default thread count for later
calls that do not specify threads explicitly.