From b81b0bf68648601c861da9e7931dc1f6630778db Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 16 Mar 2022 12:41:05 +0300 Subject: [PATCH] Update intro_gsg.rst --- doc/GSG/intro_gsg.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/GSG/intro_gsg.rst b/doc/GSG/intro_gsg.rst index d8aa0aee5a..76e30ebb4c 100644 --- a/doc/GSG/intro_gsg.rst +++ b/doc/GSG/intro_gsg.rst @@ -8,6 +8,7 @@ oneTBB enables you to simplify parallel programming by breaking computation into parallelism is carried out through threads, an operating system mechanism that allows the same or different sets of instructions to be executed simultaneously. +Here you can see one of the possible options for executing tasks by threads. .. image:: Images/how-oneTBB-works.png