Functional languages help developers support concurrency by encouraging immutable data structures that can be passed between threads without having to worry about a shared state, all while avoiding side effects.
Key Features
• In-depth explanations
• Hands-on examples
• Step-by-step instructions
Audience
This book is for readers with solid knowledge of a mainstream programming language, preferably C# or F#.