Skip to Content
Mastering Functional Programming
book

Mastering Functional Programming

by Anatolii Kmetiuk
August 2018
Intermediate to advanced
380 pages
10h 2m
English
Packt Publishing
Content preview from Mastering Functional Programming

Traditional model synchronization on monitors

Concurrency scenarios occur when you have two or more operations that are executed in parallel one with another. This parallelism can be either true parallelism or simulated parallelism. True parallelism is when your application is executed in parallel on two different CPU cores, like so:

Simulated parallelism is when all of your parallel tasks are executed on the same processor core, however the processor switches from one task to another from time to time. Every task is composed of so-called atomic actions—smallest tasks that cannot be interrupted until they complete. The processor can take ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781788620796Supplemental Content