Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AsyncFacilitator to enable an async, event-driven, non-polling me… (
project-chip#29364) * Add an AsyncTransferFacilitator that supports BDX transfer using an event driven approach rather than polling - Update the OTA provider darwin implementation to use the AsyncTransferFacilitator to transfer the OTA file using BDX * Editorial fixes * Restyled by whitespace * Restyled by clang-format * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Addresssed review comments * Restyle * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Address review comments * More fixes * Restyle * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Address more review comments * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Address review comments * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Fix restyled issues. * Add missing header * Address review comments. --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information