Skip to contents

Resets the default strategy using future::plan("default").

Usage

end_doFuture_strategy()

Value

No return value.

Examples

# \donttest{
`%fun%` <- set_doFuture_strategy("multisession", n_workers=3)
# perform foreach::foreach loop using the %fun% operator
end_doFuture_strategy()
# }