try_tick to advance futures created by ctx.spawn
I'm embedding `rquickjs` into `winit`. Is it possible to `try_tick` (like in [`async-executor`](https://docs.rs/async-executor/latest/async_executor/struct.LocalExecutor.html#method.try_tick)) the `rquickjs` schedular so that it runs statefully inside a non-async event loop?
0 条评论