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

feat(coroutines): implement main thread and thread pool dispatchers #725

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

piiertho
Copy link
Member

@piiertho piiertho commented Oct 12, 2024

This adds coroutines dispatchers for godot's main thread and thread pool.
EDIT: This also adds method to run code block on physics and process frames.

@piiertho piiertho requested review from chippmann and CedNaru October 12, 2024 17:51
@piiertho piiertho self-assigned this Oct 12, 2024
@piiertho piiertho force-pushed the feature/godot-threads-coroutine branch from d193e8a to 8351024 Compare October 12, 2024 18:08
@CedNaru CedNaru self-requested a review October 12, 2024 18:10
CedNaru
CedNaru previously approved these changes Oct 12, 2024
CedNaru
CedNaru previously approved these changes Oct 13, 2024
@piiertho piiertho force-pushed the feature/godot-threads-coroutine branch from 3b22b75 to bf0006d Compare October 13, 2024 16:50
@CedNaru CedNaru self-requested a review October 13, 2024 16:50
@piiertho piiertho merged commit f59b1c6 into master Oct 14, 2024
57 checks passed
@piiertho piiertho deleted the feature/godot-threads-coroutine branch October 14, 2024 12:03
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.

3 participants