Исходный код вики System. Threading. Channels
Редактировал(а) Alexandr Fokin 2024/04/21 21:45
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | | |System.Threading.Channels, System. Threading. Channels, | ||
2 | | |Основана на [[System. Collections. Concurrent>>doc:Разработка.NET.C#.Коллекции.System\. Collections\. Concurrent.WebHome]]. | ||
3 | [[Асинхронность. Async Await>>doc:Разработка.NET.C#.Многопоточность и асинхронность.Асинхронность\. Async Await.WebHome]] | ||
4 | | |Unbounded/Bounded | ||
5 | | |((( | ||
6 | System.Threading.Channels — высокопроизводительный производитель-потребитель и асинхронность без аллокаций и стэк дайва | ||
7 | [[https:~~/~~/habr.com/ru/post/508726/>>https://habr.com/ru/post/508726/]] | ||
8 | |||
9 | Jeremy Bytes: What's the Difference between Channel and [[ConcurrentQueue>>doc:Разработка.NET.C#.Коллекции.System\. Collections\. Concurrent.WebHome]] in C#? | ||
10 | [[https:~~/~~/jeremybytes.blogspot.com/2021/02/whats-difference-between-channel-and.html>>https://jeremybytes.blogspot.com/2021/02/whats-difference-between-channel-and.html]] | ||
11 | |||
12 | An Introduction to System.Threading.Channels | ||
13 | [[https:~~/~~/devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/>>https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/]] | ||
14 | ))) | ||
15 | |||
16 | ---- | ||
17 | |||
18 | ==== Внутренние ссылки: ==== | ||
19 | |||
20 | ====== Дочерние страницы: ====== | ||
21 | |||
22 | {{children/}} | ||
23 | |||
24 | ====== Обратные ссылки: ====== | ||
25 | |||
26 | {{velocity}} | ||
27 | #set ($links = $doc.getBacklinks()) | ||
28 | #if ($links.size() > 0) | ||
29 | #foreach ($docname in $links) | ||
30 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
31 | * [[$escapetool.xml($rdoc.fullName)]] | ||
32 | #end | ||
33 | #else | ||
34 | No back links for this page! | ||
35 | #end | ||
36 | {{/velocity}} | ||
37 | |||
38 | ---- |