this repo has no description

Add description

+12
+12
README.md
··· 1 1 # Trinity 2 + 3 + Trinity is a simulation testing library for the Elixir programming language. 4 + 5 + Processes are deterministically scheduled within a given simulation, and only one process is allowed to execute at a time. 6 + Scheduling is done entirely in "user-space"; there are no modifications to the runtime (BEAM) itself. 7 + Trinity reimplements a number of OTP primitives in order to guarantee deterministic execution, 8 + and a simulated (in-memory) filesystem is also provided. 9 + 10 + ## Status 11 + 12 + Trinity is experimental and under active development. 13 + Documentation and an eventual release are planned.