Why async matters for video I've been running useKnockout - a background removal API that processes images in ~200ms - for a few months. Images are fast enough to handle synchronously: POST a file, wait 200ms, get a PNG back. Video is different.
Source: [Dev.to](https://dev.to/troyjl_/shipping-async-video-background-removal-at-010sec-1pa4)