.onLoad.
This enables the user to query available levels and bind parallelization to specific levels.
This is especially helpful in case of nested calls to parallelMap, i.e. where
the inner call should be parallelized instead of the outer one.To avoid name clases, we encourage developes to always sepecify the argument package.
This will prefix the specified levels with the string containing the package name, e.g.
parallelRegisterLevels(package="foo", levels="dummy")
will register the level parallelStart(.
If you do not provide package, the level names will be associated with category
parallelRegisterLevels(package = "custom", levels)character(1)]
Name of your package.
Default is character(1)]
Availabe levels that are used in the parallelMap operations of your package
or code.
If package is not missing, all levels will be prefixed with