Skip to content
  • Berk Geveci's avatar
    Added support for updating progress in a thread-safe way. · 47306747
    Berk Geveci authored
    UpdateProgress() was not thread-safe. Added a mechanism to handle
    progress in a thread-safe way. This required the ability to
    completely change the way algorithms handle progress, which I
    chose to do outside the algorithm class to minimize unnecessary
    complication of a base class.
    
    Change-Id: I640cdddbcf79039d7cfcc6e716b4a0d55d028c6f
    47306747