11 lines
No EOL
256 B
Markdown
11 lines
No EOL
256 B
Markdown
|
|
Name three major benefits of **Concurrent Software Architectures**.
|
|
|
|
---
|
|
|
|
🚀
|
|
|
|
1. Threads can run while others are **blocked** for events.
|
|
2. Supports **multi-core** or distributed systems.
|
|
3. Multiple input streams can be handled in **parallel**.
|
|
|