Skip to content

Worker API Finalization#5

Merged
YasInvolved merged 32 commits into
masterfrom
worker_stuff_finalization
Jun 1, 2026
Merged

Worker API Finalization#5
YasInvolved merged 32 commits into
masterfrom
worker_stuff_finalization

Conversation

@YasInvolved
Copy link
Copy Markdown
Owner

No description provided.

@YasInvolved
Copy link
Copy Markdown
Owner Author

YasInvolved commented May 28, 2026

Comment about latest changes

Imagine main thread as the manager. It owns all resources of the game. Worker threads are basically workers. They're stateless. All they need is their scratchpad and data that they work on. No game worker should have access to the game state. They're simple workers and when I created ThreadExecutionContext, I forgot that I need to make them different from the main thread. That's all.

@YasInvolved YasInvolved merged commit 3705921 into master Jun 1, 2026
@YasInvolved
Copy link
Copy Markdown
Owner Author

Workers finalized in the way I'd like them to be for now. I'll open another PR later to implement async stuff, so the rest of things are going to be finished in the future in appropriate time

@YasInvolved YasInvolved deleted the worker_stuff_finalization branch June 1, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant