Learn R Programming

future (version 1.34.0)

resetWorkers: Free up active background workers

Description

Free up active background workers

Usage

resetWorkers(x, ...)

Arguments

x

A FutureStrategy.

...

Not used.

Details

This function will resolve any active futures that is currently being evaluated on background workers.

Examples

Run this code
resetWorkers(plan())

Run the code above in your browser using DataLab