Skip to contents

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.