| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Neptune.AbortHandler
Documentation
abortListener :: NeptuneSession -> Experiment -> ThreadId -> IO () Source #
Constructors
| MessageAbort | |
Fields | |
data AbortException Source #
Constructors
| AbortException |
Instances
| Show AbortException Source # | |
Defined in Neptune.AbortHandler Methods showsPrec :: Int -> AbortException -> ShowS # show :: AbortException -> String # showList :: [AbortException] -> ShowS # | |
| Exception AbortException Source # | |
Defined in Neptune.AbortHandler Methods toException :: AbortException -> SomeException # | |