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