Implementing Async with Coroutines and Fibers - Project Loom in C#
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the challenges and alternative implementations of asynchronous programming in C# in this conference talk from NDC Porto 2022. Dive deep into the problems associated with async/await, including specific return types, thread switching, deadlocks, and global state usage. Learn how async is implemented and investigate other approaches using monads, coroutines, and fibers. Compare these alternatives to the traditional thread-pool based approach and discover potential improvements inspired by project Loom from the JVM world. Gain advanced insights into asynchronous programming techniques and their implications for C# development in this level 300 presentation.
Syllabus
Implementing async with coroutines and fibers - project Loom in C# - Adam Furmanek - NDC Porto 2022
Taught by
NDC Conferences
Related Courses
Beginning Game Programming with C#University of Colorado System via Coursera Programming with C#
Microsoft via edX DEV206.1x: Introduction to XAML and Application Development
Microsoft via edX Introduction to Game Development
Michigan State University via Coursera Designing Advanced Applications using XAML
Microsoft via edX