Expand description
Data and main loop of WGPU poll thread.
This is roughly based on https://github.com/LucentFlux/wgpu-async/blob/1322c7e3fcdfc1865a472c7bbbf0e2e06dcf4da8/src/wgpu_future.rs
Structs§
- Poller 🔒Polls devices while there is something to poll.
- RAII indicating that there is some work enqueued (closure to be fired), while this token is held.