View Source Runlet.State (runlet v1.2.0)
Persistent state storage for processes
Link to this section Summary
Functions
Add key/value to user state file.
Characters escaped by percent encoding. Allows @.
Decode identifier from percent encoding.
Remove key in user's state file.
Percent encode identifier in a filesystem safe format.
Test if a state dir for a user exists.
Test if a given state file exists for a user.
Storage location for runlet state.
Lists all entries in a state file for a user.
Link to this section Functions
Add key/value to user state file.
Characters escaped by percent encoding. Allows @.
Decode identifier from percent encoding.
Remove key in user's state file.
Percent encode identifier in a filesystem safe format.
Test if a state dir for a user exists.
Test if a given state file exists for a user.
@spec path() :: binary()
Storage location for runlet state.
Lists all entries in a state file for a user.