It would be nice to have a way to know the progress of compression and, in case of :url entries download progress as well.
The two options I have in mind are:
- be notified asynchronously via message, so we pass a pid to
Packmatic.build_stream/2 in the options.
- or synchronously, passing a callback.
It would be nice to have a way to know the progress of compression and, in case of
:urlentries download progress as well.The two options I have in mind are:
Packmatic.build_stream/2in the options.