@higherkinded/stunsail
v0.0.0
Published
State management library for Wale
Downloads
4
Readme
Stunsail
A state management library designed to interoperate with Wale.
Design principles
The set of design goals and derived principles is quite simple:
- Provide first-class support for Wale.
- Keep operations on state atomic and predictable.
- Keep operations sequenced. Operations must be queued and use locks.