hbro-1.1.2.2: Minimal KISS compliant browser

Safe HaskellNone

Hbro.Util

Synopsis

Documentation

io :: MonadBase IO m => IO a -> m aSource

Alias for liftIO

fork :: MonadBaseControl IO m => m () -> m (MVar ())Source

Like forkIO using MVar as thread control

(>/>) :: MonadBase IO m => IO FilePath -> FilePath -> m FilePathSource

Like '(/)' with first argument in IO to build platform-dependent paths.

spawn :: MonadBase IO m => String -> [String] -> m ()Source

Run external command and won't kill when parent process exit.

getAllProcessIDs :: MonadBase IO m => m [ProcessID]Source

Return the list of process IDs corresponding to all running instances of the browser.