From e468991ce0fa979d205440f94d0b9d703b1d20cf Mon Sep 17 00:00:00 2001 From: Ren Date: Mon, 5 Feb 2024 07:49:37 +0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b83e73b..94c437d 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ A set of tools for working with software modifications. * PipeClient - Represents a client-side connection to a named pipe server, supporting communication with a specified buffer size. # Detours::Parallel +* Thread - Represents a lightweight thread with a callback function and associated data. * Fiber - Represents a lightweight fiber with a callback function and associated data. # Detours::Memory