kvark/webgpu-servo

One-shot futures across IPC

Opened this issue · 0 comments

kvark commented

Futures crate has one-shot channels that work as futures: https://docs.rs/futures/0.1.16/futures/sync/oneshot/index.html

It would be great to explore a similar concept implemented for IPC channels, so that we can operate on Future<Object> on the script side and not block as much.