I want to experiment with native back-ends for Concur, and I wanted to use the simple concur-sdl as a basis for my experiments. However, after stack build and stack run, it crashes with this rather unhelpful message:
concur-sdl-example: thread blocked indefinitely in an STM transaction
Could you point me to what might be wrong?
PS: Thanks for this library. I used the Purescript variant for a internal web page with great success - that's why I'm now looking to use concur in native tools too (it could be great as an alternative to ImGui).
I want to experiment with native back-ends for Concur, and I wanted to use the simple
concur-sdlas a basis for my experiments. However, afterstack buildandstack run, it crashes with this rather unhelpful message:Could you point me to what might be wrong?
PS: Thanks for this library. I used the Purescript variant for a internal web page with great success - that's why I'm now looking to use concur in native tools too (it could be great as an alternative to ImGui).