Marmot
Hi, I think it would be useful to be able to resize the window without blocking. One way to this would be using fibers.
Per Vognsen does this in his platform layer for example:
https://gist.github.com/pervognse...0021b95c8d0a7b72#file-mu-cpp-L139
See also related tweet:
https://twitter.com/nothings/status/960730509985832961
This is neat, thanks!
I never read or heard about fibers at all. But i will read things up and play around with it.
But looks like a fine way to move the window message processing into its own special separated thread.