Skip to content

pbayer/StateMachines.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateMachines.jl

A Julia framework for state machines.

Build Status Build Status Codecov Coverage Status

It will support:

It then will be useful for

  • discrete event simulation of communication or queueing systems where events to state machines are generated by a simulation engine,
  • implementation of reactive system with user generated or external events.

Examples

  • see docs/notebooks