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
This is currently only documenting technical things that don't fit into the readme.
Why is the resource manager threaded?
The resource manager starts a thread that manages modifying the flask application and resource models and then exports the flask application. The thread enters a while true loop. This allows the flask application to be exported and it allows us to modify the flask application when we want to.