cloudchor
Safe HaskellNone
LanguageGHC2021

Choreography.Network.LocalMsgCount

Description

This module defines an instrumented version of the Local backend, which counts how many Send operations are performed during execution of the choreography. It is used by the benchmarks in `benchmark/`.

Synopsis

Documentation

type MsgBuf = HashMap LocTm (Chan String) Source #

Each location is associated with a message buffer which stores messages sent from other locations.