Open BMaxV opened 4 months ago
Thank you for you suggestion!
I agree that this would be a very helpful addition, and if you managed I would certainly accept such a merge request. I think, however, that it may not be possible to implement for all supported backends, and I am very reluctant to add special functionality for single backends.
I agree that the idea is to have a unified solution, so if a specific exception has to be made, that would be bad. Are there tests to find out if a solution would work? Or would it have to be a manual trial and error?
Anyway, now that you've given your ok, I think it's worth the time to investigate. So I will do that.
Hey there,
I really like the package, it's doing what I want, and behaves as expected.
There is a single thing I would like to have and I would write the PR for it: I want to be in control of the main loop, like this:
From what I can see, all that's required is to not
while True: yield
the events?Would you accept such a PR?