Learn R Programming

future (version 1.40.0)

interrupt: Interrupts a running future

Description

Attempts to interrupt a running future. If the backend does not support interrupting futures, nothing is done.

Usage

interrupt(x, ...)

Value

interrupt() returns the Future flagged as "interrupted", if the backend supports interrupting futures.

Arguments

x

A Future.

...

All arguments used by the S3 methods.