You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all internal states are stored as an AtomicU8 which is not as descriptive as we can be. I think moving to a newtyped State type would be more helpful in being explicit about the type that we are storing.
Currently all internal states are stored as an
AtomicU8
which is not as descriptive as we can be. I think moving to a newtyped State type would be more helpful in being explicit about the type that we are storing.Below is an example of what could be used instead
The text was updated successfully, but these errors were encountered: