Programming Paradigms Flashcards
1
Q
advantages of concurrent programming
A
- user can interact with applications while tasks are running
- long running tasks don’t delay short running tasks as they run concurrently
- complex programs can make better use of multicore processors