interrupt: Interrupts a running future

View source: R/core_api-interrupt.R View source: R/backend_api-evalFuture.R

interruptR Documentation

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, ...)

Arguments

x

A Future.

...

All arguments used by the S3 methods.

Value

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


future documentation built on April 12, 2025, 1:25 a.m.

Related to interrupt in future...