proof-assistant-bot-0.2.0: Telegram bot for proof assistants
Safe HaskellNone
LanguageHaskell2010

Proof.Assistant.ResourceLimit

Synopsis

Documentation

makeResourceLimits :: Limit -> ResourceLimits Source #

Make ResourceLimits from soft/hard limits.

setLimits :: ResourceSettings -> IO () Source #

Read limits from ResourceSettings and set them for current thread.

setPriority :: Priority -> IO () Source #

Set Priority for current thread.