Skip to content

How to put the giu Main Loop in a go routine #107

Closed Answered by AllenDang
mtp asked this question in Q&A
Discussion options

You must be logged in to vote

No, you cannot run main loop in another thread. You can run UI in main thread and run other logic in its own go routine. What's your use case?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mtp
Comment options

Answer selected by mtp
Comment options

You must be logged in to vote
1 reply
@mtp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants