Skip to content

MovGP0/State-Machines

Repository files navigation

Active State Machine Example

Example Implementation of the Active State Machine pattern in .NET.

An Active State Machine is a state machine that performs transitions on a different thread as the code calling the state machine. This allows for multiple threads calling it via a synchronization queue.

Implementation Notes

References

  1. How to: Implement a Producer-Consumer Dataflow Pattern

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages