sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 75 forks source link

Example for rust green thread await async ? #110

Open toplinuxsir opened 3 years ago

toplinuxsir commented 3 years ago

Any Example for rust green thread await async ? Thanks!

SonnyX commented 3 years ago

personally I pass a tokio::runtime::Handle to whatever impl Handler, that way I can use that Handle to spawn a new future by a call, and use callback functions from TIS in order to finally resolve these promises.

see: https://github.com/TotemArts/Launcher