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
At the moment the app spawns 6+ threads with future and uses atom swaps and derefs for the concurrent control logic. While this approach works, it consumes way too many resources and depends on a single large atom map.