状态机 stateless State Machines and business processes that describe a series of states seem like theyll be easy to code but youll eventually regret trying to do it yourself. Sure, youll start with a boolean, then two, then youll need to manage three state…
Stateless:轻量级状态机与工作流引擎 stateless A simple library for creating state machines in C# code 项目地址: https://gitcode.com/gh_mirrors/st/stateless
项目介绍
Stateless 是一个用于在 .NET 代码中直接创建状态机和基于状态机的工作流的轻量…