-
Notifications
You must be signed in to change notification settings - Fork 621
Open
Labels
custom main loopsTie them together so I don't have to keep looking these upTie them together so I don't have to keep looking these up
Milestone
Description
Instead of calling uiMainStep
on some arbitrary timer, provide a way know when to step next.
I'd suggest a function that returns both:
- a file descriptor (unix) or
HANDLE
(windows) to wait on - a timeout
These would then be passed (by the user) to poll
/select
(unix)/WaitForMultipleObjects
(windows) to multiplex the UI with other (e.g. network) resources.
Metadata
Metadata
Assignees
Labels
custom main loopsTie them together so I don't have to keep looking these upTie them together so I don't have to keep looking these up