From 4df0ded4feee207d263b6f615fee756b0de7bf51 Mon Sep 17 00:00:00 2001 From: Daniil Tatianin <99danilt@gmail.com> Date: Thu, 19 Dec 2024 19:32:46 +0300 Subject: [PATCH] docs: update to reflect thread-safety changes Signed-off-by: Daniil Tatianin <99danilt@gmail.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e68b4eb6..ebc0dd6b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ A portable and easy-to-integrate implementation of the Advanced Configuration an > [!WARNING] > Not yet ready for production use! While the project is mostly feature-complete, > it is still under active development. Public API may change, get added or -> removed without notice. Thread safety is currently lacking, see -> [#74](/../../issues/74) for more info & progress. +> removed without notice. ## Features @@ -27,6 +26,7 @@ A portable and easy-to-integrate implementation of the Advanced Configuration an - Client-defined Notify() handlers - Firmware global lock management (_GL, locked fields, public API) - GAS read/write API +- Fully thread safe ## Why would I use this over ACPICA?