task-distribution-0.1.0.3: Distributed processing of changing tasks

Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Distributed.Task.Types.TaskTypes

Synopsis

Documentation

type TaskInput = [ByteString] Source

This is a small common ground for some assumptions: input is a list of sth., deserialization is the responsibility of the task itself.