-
Notifications
You must be signed in to change notification settings - Fork 5
Progress callback #11
Comments
I do want to add this feature, but it raises a bunch of questions I haven't had the time to think about:
I definitely think zelda errs more on the easy side, but I wouldn't mind handing users more power |
I think both approaches are good. I don't think it would be a problem, if we called the callback as often as possible. If the user wants some sort of rate limit, that's easy enough to implement manually. As for how the function should look, I think it would be best to go for some sort of dynamically dispatched solution, similar to Your alternative solution of exposing the reader is probably also an amazing feature, but I believe it should be a seperate issue. Especially in my use case, this would be extremely useful, as I'm downloading a |
I think I was more asking about the function prototype for the callback. I don't think we need more complex dispatch (because you can implement that yourself in the single supplied callback)
Would exposing the raw reader not solve the callback problem / use case? In my eyes it would be a bit more involved (and Zelda aims to be as simple as possible) Anyways I might not be able to work on this, this very moment, but it's definitely planned |
It would be nice if zelda allowed for the user to provide a progress callback, that could (for example) be used to update a user interface with the download progress.
The text was updated successfully, but these errors were encountered: