Description
5 days that target the different approach to parallelism and
computation of asynchronous events using
Async / Await, Reactive Extension (RX) and TPL Dataflow.
Rx is a functional programming library designed to handle complex event processing. The course deep-dives into the library’s concept and guidelines.
It will cover topics like exception handling, testing, remote processing, and scheduling. Students will master both practice and theory and become familiar with numerous RX operators.
TPL Dataflow is an agent-based library designed to achieve high throughput and low latency for both I/O- and CPU-bound operations. The course deep-dives into the library’s concept and guidelines. Students will master both practice and theory.