Closed shellscape closed 9 years ago
Cheers on a solid module. Any chance of an example outlining how one would use this with thunkify/co?
I guess you would just thunkify the .run() method. E.g. thunkify(download.run).
.run()
thunkify(download.run)
Cheers on a solid module. Any chance of an example outlining how one would use this with thunkify/co?