merged AI doc, some new pages

This commit is contained in:
2026-03-12 14:46:57 +03:00
parent 07ae277f9e
commit ed13838237
206 changed files with 14088 additions and 5152 deletions

View File

@@ -1,3 +1,13 @@
/*! \file pithreadmodule.h
* \ingroup Thread
* \~\brief
* \~english Umbrella header for the thread module
* \~russian Зонтичный заголовок модуля потоков
*
* \~\details
* \~english Includes the main public synchronization, worker-thread and timer APIs.
* \~russian Подключает основные публичные API синхронизации, рабочих потоков и таймеров.
*/
/*
PIP - Platform Independent Primitives
Module includes
@@ -34,10 +44,10 @@
//! \~russian \par Общее
//!
//! \~english
//! These files provides thread, timer, blocking and several complex multithreading techniques
//! This module provides thread, timer and synchronization primitives for runtime work.
//!
//! \~russian
//! Эти файлы обеспечивают потоки, таймера, блокировки и несколько сложных многопоточных техник
//! Этот модуль предоставляет потоки, таймеры и примитивы синхронизации для задач времени выполнения.
//!
//! \~\authors
//! \~english