kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Async waker should actually wake callback #11

Open kettle11 opened 4 years ago

kettle11 commented 4 years ago

Right now another event must awake the program async callback if it's awaiting something.

For example if an asset is loaded the parent callback won't be woken until another event (like user input) occurs.