From e850e290d4d9270efe44c20e12ae1090e3c62fd3 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 22 Oct 2021 12:15:42 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 28c12df..ac81c6c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ If your program has the main renderer, your program could call ThorVG APIs while


+ThorVG has the threading mechanism so that it tries to acquire the next scenes without delay. It runs its own fine-tuned task-scheduler built on threading pools, encapsulates all the jobs such as encoding, decoding, updating, rendering with tasks. As a result, all the tasks could run on multi-processing. The task scheduler is readied for hiding complexity, easier integration and user convenience. Thus the policy is optional, users can select it by their demands.
+
+

+ +

+
## Contents - [Building ThorVG](#building-thorvg) -- 2.7.4