Последние авторы
1 {{code language="c#"}}
2 System.Collections.Concurrent
3 {{/code}}
4
5 ----
6
7 Сoncurrent collections за 10 минут
8 https://habr.com/ru/post/473352/
9
10 Concurrency структуры в .net. ConcurrentQueue изнутри
11 https://habr.com/ru/post/245837/
12
13 Исходный код.
14 ReferenceSource/mscorlib/system/collections/Concurrent/
15 https://github.com/microsoft/referencesource/tree/master/mscorlib/system/collections/Concurrent
16
17 Lock-free коллекции в .NET 6
18 [[https:~~/~~/www.youtube.com/watch?v=-fTrew8atpk>>https://www.youtube.com/watch?v=-fTrew8atpk]]
19
20 ----
21
22 ==== Внутренние ссылки: ====
23
24 ====== Дочерние страницы: ======
25
26 {{children/}}
27
28 ====== Обратные ссылки: ======
29
30 {{velocity}}
31 #set ($links = $doc.getBacklinks())
32 #if ($links.size() > 0)
33 #foreach ($docname in $links)
34 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
35 * [[$escapetool.xml($rdoc.fullName)]]
36 #end
37 #else
38 No back links for this page!
39 #end
40 {{/velocity}}
41
42 ----