Using eventsloop only as source of events #420
Labels
C - waiting on author
Waiting for a response or another PR
D - hard
Likely harder than most tasks here
DS - x11
F - question
There's no such thing as a stupid one
P - high
Vital to have
S - api
Design and usability
Milestone
Hey,
I want to use eventsloop only as a source of events for my actual main loop to receive. For this, I run it in another thread. Polling is not an acceptable solution.
Now I have the same problem as specified in #239: Window methods like
get_inner_size()
are blocking when the eventsloop is asleep. Could you clarify if this usage is supported? If it isn't, why would Window be Send + Sync?The text was updated successfully, but these errors were encountered: