1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/httpuv.R
3\name{interrupt}
4\alias{interrupt}
5\title{Interrupt httpuv runloop}
6\usage{
7interrupt()
8}
9\description{
10Interrupts the currently running httpuv runloop, meaning
11\code{\link{runServer}} or \code{\link{service}} will return control back to
12the caller and no further tasks will be processed until those methods are
13called again. Note that this may cause in-process uploads or downloads to be
14interrupted in mid-request.
15}
16