Can potentially greatly speed up captures by always having an async bulk read request ready to go. This will allow the OS to do the actual USB transfer as soon as the ChipWhisperer is ready, rather than us having to do it when the user calls scope.capture().
Current proof of concept has captures running about 1.5x to 2x faster on Windows.