second-transfer-0.10.0.4: Second Transfer HTTP/2 web server

Safe HaskellSafe
LanguageHaskell2010

SecondTransfer.MainLoop.Disruptible

Synopsis

Documentation

class Disruptible d where

This is an entity that can be disrupted and closed. Good to force shutdown in some places.

Methods

disrupt :: d -> IO ()

data MonoDisruptible

Monomorphic encapsulation of a Disruptible

Constructors

forall d . Disruptible d => MonoDisruptible d