filer icon indicating copy to clipboard operation
filer copied to clipboard

Replace lib/async.js with ES6 code

Open humphd opened this issue 6 years ago • 0 comments

We don't really need lib/async.js anymore. We use it in only a few places: https://github.com/filerjs/filer/search?l=JavaScript&q=async

Most of this could be done with async/await, using setImmediate directly, etc. Let's see if we can rip this out.

humphd avatar Nov 27 '18 18:11 humphd