resetWorkers {future}R Documentation

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

resetWorkers(plan())


[Package future version 1.24.0 Index]