taskgroup
taskgroup copied to clipboard
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
These deps need to be converted first: - [x] ambi - [x] https://github.com/bevry/unbounded These deps are not necessary anymore in a typescript environment: - eachr - extendr
Promises run immediately, and thus all at once, do not catch/isolate uncaught async errors, and can lose errors if `.catch` was not specified pedantically. Tasks run when you tell them...
I felt great when found out this awesome lib, which fit my needs when there's support for nested/grouping. Thank you very much. But when being hooked into it, I think...
Hi, could you please insert a sortable option for async callbacks, so that they will sort in order i added them to the task, not sort by firering the callback....
Sometimes people simply forget, or programs enter in a particular state, where a completion callback is not called. This can cause unexpected problems, that unfortunately should happen. We should do...