Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure buildfiles and refactor threads into background workers #61

Open
theBGuy opened this issue Jan 22, 2023 · 0 comments · May be fixed by #65
Open

Restructure buildfiles and refactor threads into background workers #61

theBGuy opened this issue Jan 22, 2023 · 0 comments · May be fixed by #65
Assignees
Labels
enhancement New feature or request

Comments

@theBGuy
Copy link
Collaborator

theBGuy commented Jan 22, 2023

  • currently when build and finalBuild are included they are forever part of the global object, this behavior should be changed although I also don't think it should have to be re-fetched every time. Maybe keeping some of it global but things that are only used once (like the tier array) don't stay global.
  • TownChicken, EventThread, and AutoBuildThread can be background workers from the main SoloPlay.js
@theBGuy theBGuy added the enhancement New feature or request label Jan 22, 2023
@theBGuy theBGuy self-assigned this Jan 22, 2023
@theBGuy theBGuy linked a pull request Jun 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant