-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
codebaseRelates to issues around code organization and other things unrelated to user experienceRelates to issues around code organization and other things unrelated to user experience
Description
We currently have CollectiveMonitorState separate from CollectiveMonitorStateInternal, but in order for the code to function we had to make CollectiveMonitorStateInternal publicly accessible. Because CollectiveMonitorState is just a RwLock wrapper around CollectiveMonitorStateInternal, we could probably flatten this hierarchy and get rid of the distinction quite easily.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
codebaseRelates to issues around code organization and other things unrelated to user experienceRelates to issues around code organization and other things unrelated to user experience