Add a section for multithreading primitives to Core types.

This commit is contained in:
Lukas Tenbrink
2025-11-10 11:47:10 +01:00
parent fbec851fe2
commit 7a7a2f588b
3 changed files with 53 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
Using multiple threads
======================
.. seealso::
For a list of multithreading primitives in C++, see :ref:`doc_core_concurrency_types`.
Threads
-------