Merge pull request #11456 from Ivorforce/multithreading-core-types

Add a section for multithreading primitives to Core types.
This commit is contained in:
Max Hilbrunner
2025-11-22 04:59:01 +01:00
committed by GitHub
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
-------