Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 335 Bytes

internals.md

File metadata and controls

15 lines (9 loc) · 335 Bytes

Documentation of Chorex Internals

Compile time

The Chorex module manages actor projection.

Runtime

GenServer state

An actor in a choreography is a GenServer. All actors are made by invoking use Chorex.Runtime. See that module for a description of the runtime state.