Thanks!
How/Where would you handle errors that arise during `await all(asyncresult)`. For example an http 500 from the server which becomes an exception. Would `proc download` be responsible for handling it?
Thanks!
How/Where would you handle errors that arise during `await all(asyncresult)`. For example an http 500 from the server which becomes an exception. Would `proc download` be responsible for handling it?