Skip to content

statewalker/statewalker-fsm-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@statewalker/fsm-core: Core Library

This module contains functions core utility methods injected in FSM process states. These methods allow to:

  • set/get/use data in a store associated with the process
  • declare triggers generating transition events when data changes in the store
  • declare timers associated with states
  • declare/use services

The timelife of services, triggers, timers and data subscriptions are bound to to the state initialization/destruction cycles. It means that a service, trigger or a data subscription became active when the corresponding state is initialized and they are automatically deactivated when the FSM leaves and deactivates the state.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published