SamVerschueren / listr

Terminal task list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update docs to mention that async tasks are processed sequentially

HallerPatrick opened this issue · comments

The docs should mention that even if a task is returning a Promise, every task is still processed sequentially, as one can assume that async tasks are also executed asynchronously.