fergiemcdowall / norch-document-processor

A library for parsing HTML into any sort of JSON you want
MIT License
9 stars 4 forks source link

added async library for async processing of docs #4

Closed babadofar closed 10 years ago

babadofar commented 10 years ago

Added asynchrounous processing of files.This means the files are processed and saves as they are written, and not queued up and saved all at the end. using the async library