yesod-job-queue-0.3.0.1: Background jobs library for Yesod.

Safe HaskellNone
LanguageHaskell2010

Yesod.JobQueue.Types

Documentation

class HasJob s a | s -> a where Source #

Minimal complete definition

job

Methods

job :: Lens' s a Source #