wgpu_async_staging 0.1.0

Async implementation of wgpu::util::StagingBelt that's Send + Sync
Documentation

wgpu_async_staging

A modified version of wgpu::util::StagingBelt which is Send + Sync and has an async recall() method.

Requires nightly rust due to the use of async closures.