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