Processes.jl

Processes.jl is a type-stable framework for building process loops from small, composable ProcessAlgorithm and ProcessState building blocks.

Start with the user documentation if you want to build processes with the package. The internals section is for understanding how registries, contexts, routing, and generated loops are implemented.

User Documentation

Internals