Исходный код вики Task scheduler
Редактировал(а) Alexandr Fokin 2024/02/24 23:22
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | | |((( | ||
2 | TaskScheduler | ||
3 | [[https:~~/~~/learn.microsoft.com/ru-ru/dotnet/api/system.threading.tasks.taskscheduler?view=net-5.0>>https://learn.microsoft.com/ru-ru/dotnet/api/system.threading.tasks.taskscheduler?view=net-5.0]] | ||
4 | |||
5 | How to build your own task scheduler in C# | ||
6 | [[https:~~/~~/www.infoworld.com/article/3063560/how-to-build-your-own-task-scheduler-in-csharp.html>>https://www.infoworld.com/article/3063560/how-to-build-your-own-task-scheduler-in-csharp.html]] | ||
7 | |||
8 | Customizing the TaskScheduler: Queue Your Task Work Items to Run When You Want Them To | ||
9 | [[https:~~/~~/www.codeproject.com/Articles/5274136/Customizing-the-TaskScheduler-Queue-Your-Task-Work>>https://www.codeproject.com/Articles/5274136/Customizing-the-TaskScheduler-Queue-Your-Task-Work]] | ||
10 | ))) | ||
11 | | | | ||
12 | |||
13 | ---- | ||
14 | |||
15 | ==== Внутренние ссылки: ==== | ||
16 | |||
17 | ====== Дочерние страницы: ====== | ||
18 | |||
19 | {{children/}} | ||
20 | |||
21 | ====== Обратные ссылки: ====== | ||
22 | |||
23 | {{velocity}} | ||
24 | #set ($links = $doc.getBacklinks()) | ||
25 | #if ($links.size() > 0) | ||
26 | #foreach ($docname in $links) | ||
27 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
28 | * [[$escapetool.xml($rdoc.fullName)]] | ||
29 | #end | ||
30 | #else | ||
31 | No back links for this page! | ||
32 | #end | ||
33 | {{/velocity}} | ||
34 | |||
35 | ---- |