Add presentation from April 1st

This commit is contained in:
Fredric Silberberg 2024-04-12 10:40:27 -07:00
Родитель de3f44cd60
Коммит 35f4124d80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: EEEEFE2293400B4A
2 изменённых файлов: 1 добавлений и 0 удалений

Двоичные данные
meetings/2024/LDM-2024-04-01-presentation.pdf Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -13,6 +13,7 @@
### Async improvements (Async2)
https://github.com/dotnet/runtimelab/blob/e69dda51c7d796b8122d0f55b560bc44094a4bec/docs/design/features/runtime-handled-tasks.md
[Presentation](./LDM-2024-04-01-presentation.pdf)
Today, we looked at a proposal for improving `async` in .NET. The runtime has been experimenting with several different approaches here. Their first prototype, green threading, was designed to try
and solve the metastability issue where sync-over-async can cause threadpool exhaustion. While this was an interesting experiment, their ultimate conclusion was to not move forward with this