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
Maybe, a specific async-task or concurrent-task only may be the best option for multi-threading on EKG.
If running ekg::update() on a different thread, the flow is totally loss (draw glitch, crazy behaviors etc); the way I am thinking to do is using a specialized threading task executor with future. May work better.
Note: The tasks executed must be the application-side only, and not pre-allocated internal tasks (such as reload, sync, gc, etc); due the address pointless issues.
The current status of threading on EKG is 0%, but soon I must fix this issue. Thanks, meow.
The text was updated successfully, but these errors were encountered:
MrsRina
changed the title
Task multi-threading option instead of ekg::update on other a different thread.
Task multi-threading option instead of ekg::update on another different thread.
Jul 14, 2024
Maybe, a specific async-task or concurrent-task only may be the best option for multi-threading on EKG.
If running
ekg::update()
on a different thread, the flow is totally loss (draw glitch, crazy behaviors etc); the way I am thinking to do is using a specialized threading task executor with future. May work better.Note: The tasks executed must be the application-side only, and not pre-allocated internal tasks (such as reload, sync, gc, etc); due the address pointless issues.
The current status of threading on EKG is 0%, but soon I must fix this issue. Thanks, meow.
The text was updated successfully, but these errors were encountered: