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
When using async/await, The program quits. I have tried only using Raylib commands on the Main Actor and main thread. Still crashes if there is an await.
I got it working with the following work around; however, this ties up the main thread with a semaphore.
When using async/await, The program quits. I have tried only using Raylib commands on the Main Actor and main thread. Still crashes if there is an await.
I got it working with the following work around; however, this ties up the main thread with a semaphore.
The text was updated successfully, but these errors were encountered: