mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
fcd4453e4f
Unfortunately, there are several issues in RunOnMainThread: * RunOnMainThread cannot be portable: It is impossible to implement this correctly on mobiles. * RunOnMainThread doesn't make sense on mobiles: the rendering works on a different thread (goroutine) on mobiles. * RunOnMainThread can cause deadlocks very easily. Until we find a better solution, let's remove this. Closes #1945 |
||
---|---|---|
.. | ||
command.go | ||
doc.go | ||
image_test.go | ||
image.go | ||
shader.go | ||
thread.go |