Skip to content

Commit 62722e5

Browse files
committed
Add diagram
1 parent a393f2e commit 62722e5

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

rfcs/0014-task-workers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ The pool should also be re-used when multiple projects are being built, either i
3535
* `Dispatcher`: A ui5-project singleton module which uses a library like [`workerpool`](https://github.com/josdejong/workerpool) to spawn and manage `Worker` instances in order to have them execute any `Task Processor` requested by the build task
3636
- Handles the `Worker` lifecycle
3737

38+
![](./resources/0014-task-workers.png)
39+
3840
### Key Design Decisions
3941

4042
* Task Processors shall be called with a well defined signature as described [below](#task-processor)
153 KB
Binary file not shown.
40.4 KB
Loading

0 commit comments

Comments
 (0)