About TaskPool want to mimic Java threadpool. It only has one interface submit to submit a Async task. The task need to return a Promise. Description This project is for a demo purpose.