air-2013.7.18: air

Safe HaskellNone

Air.Data.Managed

Documentation

class Managed a whereSource

Methods

initialize :: IO (Maybe a)Source

destroy :: a -> IO ()Source

with_managed_object :: (a -> IO ()) -> IO ()Source