interrupt: Interrupt httpuv runloop

View source: R/httpuv.R

interruptR Documentation

Interrupt httpuv runloop

Description

Interrupts the currently running httpuv runloop, meaning runServer or service will return control back to the caller and no further tasks will be processed until those methods are called again. Note that this may cause in-process uploads or downloads to be interrupted in mid-request.

Usage

interrupt()

httpuv documentation built on Oct. 24, 2023, 1:06 a.m.