distributed-process-0.5.5.1: Cloud Haskell: Erlang-style concurrency in Haskell
Control.Distributed.Process.Management.Internal.Table
data MxTableRequest Source
Constructors
Instances
data MxTableId Source
mxTableCoordinator :: String Source
startTableCoordinator :: Fork -> Process () Source
delete :: MxTableId -> Process () Source
purge :: MxTableId -> Process () Source
clear :: String -> MxTableId -> Process () Source
set :: String -> Message -> MxTableId -> Process () Source
get :: forall a. Serializable a => ProcessId -> String -> Process (Maybe a) Source
fetch :: forall a. Serializable a => MxTableId -> String -> Process (Maybe a) Source