sciter-sdk / rust-sciter

Rust bindings for Sciter

Home Page:https://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for rust green thread await async ?

toplinuxsir opened this issue · comments

Any Example for rust green thread await async ?
Thanks!

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