Skip to content

fochive00/fsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine

Features

  • Basic FSM
  • FSMPool reuse FSM

TODO

  • More documents
  • Better interface - redesign, refactor
  • Unit testing - using testify to ensure every components is fine.
  • State Tracing - records a state and event timeline for a transaction
  • Performance optimization
  • Timer management - make sure no timer leak, this may move to another project.
  • Session management - make sure no session leak, this may move to another project.
  • Examples - examples to use Fsm, Timer management, Session management together.

About

Simple finite state machine written in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages