-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract archive callback. #74
Comments
This comment has been minimized.
This comment has been minimized.
Yes, I think just report |
This comment has been minimized.
This comment has been minimized.
All extract thread concurrently submit maybe cause issue, I think need add synchronize lock, but maybe cause extract efficiency. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@MiyamuraMiyako now #130 implement a primitive progress callback mechanism. |
Current API does not provide percentage, but provide filename and extracted bytes. |
I tested this version, It can achieve I need. |
Now you can find a CLI option
You can find a sample code in
|
v0.7.0b3 released with callback. |
hello please help me add file to archive, and printing callback in percents |
@gmankab please raise another ticket to request callback feature for archive/write functions. |
Is your feature request related to a problem? Please describe.
I need complute extract progress and process every file when one file extracted.
Describe the solution you'd like
Add callback param in extractall function.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: