end_doFuture_strategy: End the currently set doFuture strategy

View source: R/utils.R

end_doFuture_strategyR Documentation

End the currently set doFuture strategy

Description

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

Usage

end_doFuture_strategy()

Value

No return value.

Examples


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


EQRN documentation built on April 4, 2025, 12:45 a.m.