LambdaHack-0.2.10.5: A roguelike game engine in early and active development

Safe HaskellNone

Game.LambdaHack.Server.AtomicSemSer

Description

Sending atomic commands to clients and executing them on the server. See https://github.com/kosmikus/LambdaHack/wiki/Client-server-architecture.

Synopsis

Documentation

atomicSendSem :: (MonadAction m, MonadConnServer m) => Atomic -> m ()Source

Send an atomic action to all clients that can see it.