keid-core-0.1.9.0: Core parts of Keid engine.
Safe HaskellSafe-Inferred
LanguageGHC2021

Resource.Region

Synopsis

Documentation

eval :: MonadResource m => ResourceT m a -> m a Source #

data ReleaseKey #

A lookup key for a specific release action. This value is returned by register and allocate, and is passed to release.

Since 0.3.0

release :: MonadIO m => ReleaseKey -> m () #

Call a release action early, and deregister it from the list of cleanup actions to be performed.

Since 0.3.0