kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Using with thunkify? #70

Closed shellscape closed 9 years ago

shellscape commented 9 years ago

Cheers on a solid module. Any chance of an example outlining how one would use this with thunkify/co?

kevva commented 9 years ago

I guess you would just thunkify the .run() method. E.g. thunkify(download.run).