Исходный код вики Task scheduler
Редактировал(а) Alexandr Fokin 2024/02/24 23:22
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.6 | 1 | | |((( |
![]() |
1.2 | 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]] | ||
![]() |
1.5 | 4 | |
![]() |
1.6 | 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]] | ||
![]() |
1.7 | 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]] | ||
![]() |
1.6 | 10 | ))) |
11 | | | | ||
12 | |||
![]() |
1.5 | 13 | ---- |
14 | |||
![]() |
1.6 | 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 | ---- |