An open API service indexing awesome lists of open source software.

https://github.com/cyberbeast/statemachine

A collection of embeddable state machine implementations in Go
https://github.com/cyberbeast/statemachine

go golang golang-package statemachine

Last synced: 6 months ago
JSON representation

A collection of embeddable state machine implementations in Go

Awesome Lists containing this project

README

          

# statemachine
[![Go](https://github.com/cyberbeast/statemachine/actions/workflows/go.yml/badge.svg)](https://github.com/cyberbeast/statemachine/actions/workflows/go.yml)
![coverage](https://raw.githubusercontent.com/cyberbeast/statemachine/badges/.badges/main/coverage.svg)

A collection of embeddable state machine implementations in Go

## Motivation
Mostly my curiosities about implementing predictable/consistent state machines that operate on top of Go's non-deterministic runtime.

## Strategies
* Naive (to be added)