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.
- Work
Token ๐RAII indicating that there is some work enqueued (closure to be fired), while this token is held.
Functionsยง
- poll_
all_ ๐devices