mirror of
https://github.com/minio/minio-cpp.git
synced 2025-07-30 05:23:05 +03:00
Add support to progress function to abort operation (#128)
Signed-off-by: Bala.FA <bala@minio.io>
This commit is contained in:
@ -69,7 +69,7 @@ using DataFunction = std::function<bool(DataFunctionArgs)>;
|
||||
|
||||
struct ProgressFunctionArgs;
|
||||
|
||||
using ProgressFunction = std::function<void(ProgressFunctionArgs)>;
|
||||
using ProgressFunction = std::function<bool(ProgressFunctionArgs)>;
|
||||
|
||||
struct Response;
|
||||
|
||||
|
Reference in New Issue
Block a user